Test run details

Total tests
6924

Passed  : 4997
Failed  : 1926
Skipped : 1
Pass percentage
72 %

Run duration
1m 15s


Failed Results

D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\Tests\Agent\UnitTests\CompositeTests\bin\Release\net46\NewRelic.Agent.Core.CompositeTests.dll
 ComputeSampled_FirstHarvest(1,0.1f)
1s 534ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.AdaptiveSamplerTests.BeforeEachTest() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AdaptiveSamplerTests.cs:line 27
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.AdaptiveSamplerTests.AfterEachTest() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AdaptiveSamplerTests.cs:line 40

 ComputeSampled_FirstHarvest(1,0.5f)
63ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.AdaptiveSamplerTests.BeforeEachTest() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AdaptiveSamplerTests.cs:line 27
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.AdaptiveSamplerTests.AfterEachTest() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AdaptiveSamplerTests.cs:line 40

 ComputeSampled_FirstHarvest(1,0.9f)
52ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.AdaptiveSamplerTests.BeforeEachTest() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AdaptiveSamplerTests.cs:line 27
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.AdaptiveSamplerTests.AfterEachTest() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AdaptiveSamplerTests.cs:line 40

 ComputeSampled_FirstHarvest(2,0.1f)
52ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.AdaptiveSamplerTests.BeforeEachTest() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AdaptiveSamplerTests.cs:line 27
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.AdaptiveSamplerTests.AfterEachTest() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AdaptiveSamplerTests.cs:line 40

 ComputeSampled_FirstHarvest(2,0.5f)
43ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.AdaptiveSamplerTests.BeforeEachTest() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AdaptiveSamplerTests.cs:line 27
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.AdaptiveSamplerTests.AfterEachTest() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AdaptiveSamplerTests.cs:line 40

 ComputeSampled_FirstHarvest(2,0.9f)
42ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.AdaptiveSamplerTests.BeforeEachTest() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AdaptiveSamplerTests.cs:line 27
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.AdaptiveSamplerTests.AfterEachTest() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AdaptiveSamplerTests.cs:line 40

 ComputeSampled_FirstHarvest(3,0.1f)
42ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.AdaptiveSamplerTests.BeforeEachTest() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AdaptiveSamplerTests.cs:line 27
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.AdaptiveSamplerTests.AfterEachTest() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AdaptiveSamplerTests.cs:line 40

 ComputeSampled_FirstHarvest(3,0.5f)
47ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.AdaptiveSamplerTests.BeforeEachTest() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AdaptiveSamplerTests.cs:line 27
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.AdaptiveSamplerTests.AfterEachTest() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AdaptiveSamplerTests.cs:line 40

 ComputeSampled_FirstHarvest(3,0.9f)
42ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.AdaptiveSamplerTests.BeforeEachTest() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AdaptiveSamplerTests.cs:line 27
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.AdaptiveSamplerTests.AfterEachTest() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AdaptiveSamplerTests.cs:line 40

 ComputeSampled_FirstHarvest(4,0.1f)
42ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.AdaptiveSamplerTests.BeforeEachTest() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AdaptiveSamplerTests.cs:line 27
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.AdaptiveSamplerTests.AfterEachTest() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AdaptiveSamplerTests.cs:line 40

 ComputeSampled_FirstHarvest(4,0.5f)
51ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.AdaptiveSamplerTests.BeforeEachTest() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AdaptiveSamplerTests.cs:line 27
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.AdaptiveSamplerTests.AfterEachTest() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AdaptiveSamplerTests.cs:line 40

 ComputeSampled_FirstHarvest(4,0.9f)
43ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.AdaptiveSamplerTests.BeforeEachTest() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AdaptiveSamplerTests.cs:line 27
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.AdaptiveSamplerTests.AfterEachTest() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AdaptiveSamplerTests.cs:line 40

 ComputeSampled_FirstHarvest(5,0.1f)
42ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.AdaptiveSamplerTests.BeforeEachTest() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AdaptiveSamplerTests.cs:line 27
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.AdaptiveSamplerTests.AfterEachTest() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AdaptiveSamplerTests.cs:line 40

 ComputeSampled_FirstHarvest(5,0.5f)
45ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.AdaptiveSamplerTests.BeforeEachTest() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AdaptiveSamplerTests.cs:line 27
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.AdaptiveSamplerTests.AfterEachTest() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AdaptiveSamplerTests.cs:line 40

 ComputeSampled_FirstHarvest(5,0.9f)
46ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.AdaptiveSamplerTests.BeforeEachTest() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AdaptiveSamplerTests.cs:line 27
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.AdaptiveSamplerTests.AfterEachTest() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AdaptiveSamplerTests.cs:line 40

 ComputeSampled_FirstHarvest(6,0.1f)
44ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.AdaptiveSamplerTests.BeforeEachTest() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AdaptiveSamplerTests.cs:line 27
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.AdaptiveSamplerTests.AfterEachTest() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AdaptiveSamplerTests.cs:line 40

 ComputeSampled_FirstHarvest(6,0.5f)
44ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.AdaptiveSamplerTests.BeforeEachTest() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AdaptiveSamplerTests.cs:line 27
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.AdaptiveSamplerTests.AfterEachTest() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AdaptiveSamplerTests.cs:line 40

 ComputeSampled_FirstHarvest(6,0.9f)
62ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.AdaptiveSamplerTests.BeforeEachTest() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AdaptiveSamplerTests.cs:line 27
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.AdaptiveSamplerTests.AfterEachTest() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AdaptiveSamplerTests.cs:line 40

 ComputeSampled_FirstHarvest(7,0.1f)
46ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.AdaptiveSamplerTests.BeforeEachTest() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AdaptiveSamplerTests.cs:line 27
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.AdaptiveSamplerTests.AfterEachTest() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AdaptiveSamplerTests.cs:line 40

 ComputeSampled_FirstHarvest(7,0.5f)
42ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.AdaptiveSamplerTests.BeforeEachTest() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AdaptiveSamplerTests.cs:line 27
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.AdaptiveSamplerTests.AfterEachTest() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AdaptiveSamplerTests.cs:line 40

 ComputeSampled_FirstHarvest(7,0.9f)
39ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.AdaptiveSamplerTests.BeforeEachTest() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AdaptiveSamplerTests.cs:line 27
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.AdaptiveSamplerTests.AfterEachTest() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AdaptiveSamplerTests.cs:line 40

 ComputeSampled_FirstHarvest(8,0.1f)
42ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.AdaptiveSamplerTests.BeforeEachTest() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AdaptiveSamplerTests.cs:line 27
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.AdaptiveSamplerTests.AfterEachTest() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AdaptiveSamplerTests.cs:line 40

 ComputeSampled_FirstHarvest(8,0.5f)
42ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.AdaptiveSamplerTests.BeforeEachTest() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AdaptiveSamplerTests.cs:line 27
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.AdaptiveSamplerTests.AfterEachTest() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AdaptiveSamplerTests.cs:line 40

 ComputeSampled_FirstHarvest(8,0.9f)
43ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.AdaptiveSamplerTests.BeforeEachTest() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AdaptiveSamplerTests.cs:line 27
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.AdaptiveSamplerTests.AfterEachTest() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AdaptiveSamplerTests.cs:line 40

 ComputeSampled_FirstHarvest(9,0.1f)
47ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.AdaptiveSamplerTests.BeforeEachTest() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AdaptiveSamplerTests.cs:line 27
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.AdaptiveSamplerTests.AfterEachTest() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AdaptiveSamplerTests.cs:line 40

 ComputeSampled_FirstHarvest(9,0.5f)
41ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.AdaptiveSamplerTests.BeforeEachTest() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AdaptiveSamplerTests.cs:line 27
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.AdaptiveSamplerTests.AfterEachTest() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AdaptiveSamplerTests.cs:line 40

 ComputeSampled_FirstHarvest(9,0.9f)
40ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.AdaptiveSamplerTests.BeforeEachTest() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AdaptiveSamplerTests.cs:line 27
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.AdaptiveSamplerTests.AfterEachTest() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AdaptiveSamplerTests.cs:line 40

 ComputeSampled_FirstHarvest(10,0.1f)
43ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.AdaptiveSamplerTests.BeforeEachTest() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AdaptiveSamplerTests.cs:line 27
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.AdaptiveSamplerTests.AfterEachTest() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AdaptiveSamplerTests.cs:line 40

 ComputeSampled_FirstHarvest(10,0.5f)
46ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.AdaptiveSamplerTests.BeforeEachTest() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AdaptiveSamplerTests.cs:line 27
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.AdaptiveSamplerTests.AfterEachTest() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AdaptiveSamplerTests.cs:line 40

 ComputeSampled_FirstHarvest(10,0.9f)
42ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.AdaptiveSamplerTests.BeforeEachTest() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AdaptiveSamplerTests.cs:line 27
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.AdaptiveSamplerTests.AfterEachTest() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AdaptiveSamplerTests.cs:line 40

 ComputeSampled_FirstHarvest(11,0.1f)
41ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.AdaptiveSamplerTests.BeforeEachTest() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AdaptiveSamplerTests.cs:line 27
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.AdaptiveSamplerTests.AfterEachTest() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AdaptiveSamplerTests.cs:line 40

 ComputeSampled_FirstHarvest(11,0.5f)
42ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.AdaptiveSamplerTests.BeforeEachTest() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AdaptiveSamplerTests.cs:line 27
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.AdaptiveSamplerTests.AfterEachTest() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AdaptiveSamplerTests.cs:line 40

 ComputeSampled_FirstHarvest(11,0.9f)
45ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.AdaptiveSamplerTests.BeforeEachTest() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AdaptiveSamplerTests.cs:line 27
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.AdaptiveSamplerTests.AfterEachTest() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AdaptiveSamplerTests.cs:line 40

 ComputeSampled_FirstHarvest(12,0.1f)
40ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.AdaptiveSamplerTests.BeforeEachTest() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AdaptiveSamplerTests.cs:line 27
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.AdaptiveSamplerTests.AfterEachTest() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AdaptiveSamplerTests.cs:line 40

 ComputeSampled_FirstHarvest(12,0.5f)
43ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.AdaptiveSamplerTests.BeforeEachTest() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AdaptiveSamplerTests.cs:line 27
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.AdaptiveSamplerTests.AfterEachTest() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AdaptiveSamplerTests.cs:line 40

 ComputeSampled_FirstHarvest(12,0.9f)
39ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.AdaptiveSamplerTests.BeforeEachTest() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AdaptiveSamplerTests.cs:line 27
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.AdaptiveSamplerTests.AfterEachTest() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AdaptiveSamplerTests.cs:line 40

 ComputeSampled_FirstHarvest(13,0.1f)
41ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.AdaptiveSamplerTests.BeforeEachTest() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AdaptiveSamplerTests.cs:line 27
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.AdaptiveSamplerTests.AfterEachTest() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AdaptiveSamplerTests.cs:line 40

 ComputeSampled_FirstHarvest(13,0.5f)
42ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.AdaptiveSamplerTests.BeforeEachTest() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AdaptiveSamplerTests.cs:line 27
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.AdaptiveSamplerTests.AfterEachTest() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AdaptiveSamplerTests.cs:line 40

 ComputeSampled_FirstHarvest(13,0.9f)
46ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.AdaptiveSamplerTests.BeforeEachTest() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AdaptiveSamplerTests.cs:line 27
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.AdaptiveSamplerTests.AfterEachTest() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AdaptiveSamplerTests.cs:line 40

 ComputeSampled_FirstHarvest(14,0.1f)
51ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.AdaptiveSamplerTests.BeforeEachTest() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AdaptiveSamplerTests.cs:line 27
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.AdaptiveSamplerTests.AfterEachTest() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AdaptiveSamplerTests.cs:line 40

 ComputeSampled_FirstHarvest(14,0.5f)
41ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.AdaptiveSamplerTests.BeforeEachTest() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AdaptiveSamplerTests.cs:line 27
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.AdaptiveSamplerTests.AfterEachTest() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AdaptiveSamplerTests.cs:line 40

 ComputeSampled_FirstHarvest(14,0.9f)
49ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.AdaptiveSamplerTests.BeforeEachTest() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AdaptiveSamplerTests.cs:line 27
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.AdaptiveSamplerTests.AfterEachTest() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AdaptiveSamplerTests.cs:line 40

 ComputeSampled_FirstHarvest(15,0.1f)
44ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.AdaptiveSamplerTests.BeforeEachTest() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AdaptiveSamplerTests.cs:line 27
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.AdaptiveSamplerTests.AfterEachTest() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AdaptiveSamplerTests.cs:line 40

 ComputeSampled_FirstHarvest(15,0.5f)
50ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.AdaptiveSamplerTests.BeforeEachTest() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AdaptiveSamplerTests.cs:line 27
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.AdaptiveSamplerTests.AfterEachTest() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AdaptiveSamplerTests.cs:line 40

 ComputeSampled_FirstHarvest(15,0.9f)
49ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.AdaptiveSamplerTests.BeforeEachTest() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AdaptiveSamplerTests.cs:line 27
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.AdaptiveSamplerTests.AfterEachTest() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AdaptiveSamplerTests.cs:line 40

 ComputeSampled_SecondHarvest(100,30)
44ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.AdaptiveSamplerTests.BeforeEachTest() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AdaptiveSamplerTests.cs:line 27
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.AdaptiveSamplerTests.AfterEachTest() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AdaptiveSamplerTests.cs:line 40

 ComputeSampled_SecondHarvest(10,10)
43ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.AdaptiveSamplerTests.BeforeEachTest() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AdaptiveSamplerTests.cs:line 27
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.AdaptiveSamplerTests.AfterEachTest() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AdaptiveSamplerTests.cs:line 40

 ComputeSampled_SecondHarvest(20,40)
43ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.AdaptiveSamplerTests.BeforeEachTest() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AdaptiveSamplerTests.cs:line 27
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.AdaptiveSamplerTests.AfterEachTest() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AdaptiveSamplerTests.cs:line 40

 ComputeSampled_SecondHarvest(0,20)
47ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.AdaptiveSamplerTests.BeforeEachTest() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AdaptiveSamplerTests.cs:line 27
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.AdaptiveSamplerTests.AfterEachTest() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AdaptiveSamplerTests.cs:line 40

 ShouldOnlyReturnRumOnFirstCallPerTransaction
47ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.AgentApiTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AgentApiTests.cs:line 48
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.AgentApiTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AgentApiTests.cs:line 59

 SpanCustomAttributes
42ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.AgentApiTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AgentApiTests.cs:line 48
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.AgentApiTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AgentApiTests.cs:line 59

 Test_AddCustomParameter
41ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.AgentApiTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AgentApiTests.cs:line 48
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.AgentApiTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AgentApiTests.cs:line 59

 Test_AddCustomParameter_DuringHighSecurity
41ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.AgentApiTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AgentApiTests.cs:line 48
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.AgentApiTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AgentApiTests.cs:line 59

 Test_AddCustomParameter_WithNullKey
41ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.AgentApiTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AgentApiTests.cs:line 48
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.AgentApiTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AgentApiTests.cs:line 59

 Test_AddCustomParameter_WithNullValue
41ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.AgentApiTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AgentApiTests.cs:line 48
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.AgentApiTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AgentApiTests.cs:line 59

 Test_AddMaxCustomParameters
43ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.AgentApiTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AgentApiTests.cs:line 48
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.AgentApiTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AgentApiTests.cs:line 59

 Test_AddMoreThanMaxCustomParameters
46ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.AgentApiTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AgentApiTests.cs:line 48
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.AgentApiTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AgentApiTests.cs:line 59

 Test_DisableBrowserMonitoring
46ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.AgentApiTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AgentApiTests.cs:line 48
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.AgentApiTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AgentApiTests.cs:line 59

 Test_GetBrowserTimingHeader
44ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.AgentApiTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AgentApiTests.cs:line 48
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.AgentApiTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AgentApiTests.cs:line 59

 Test_GetLinkingMetadataOnlyReturnsExistingValues
55ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.AgentApiTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AgentApiTests.cs:line 48
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.AgentApiTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AgentApiTests.cs:line 59

 Test_GetLinkingMetadataReturnsValidValuesIfDTEnabled
43ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.AgentApiTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AgentApiTests.cs:line 48
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.AgentApiTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AgentApiTests.cs:line 59

 Test_GetRequestMetadata
43ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.AgentApiTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AgentApiTests.cs:line 48
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.AgentApiTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AgentApiTests.cs:line 59

 Test_GetResponseMetadata
43ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.AgentApiTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AgentApiTests.cs:line 48
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.AgentApiTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AgentApiTests.cs:line 59

 Test_IgnoreApdex
42ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.AgentApiTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AgentApiTests.cs:line 48
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.AgentApiTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AgentApiTests.cs:line 59

 Test_IgnoreTransaction
43ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.AgentApiTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AgentApiTests.cs:line 48
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.AgentApiTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AgentApiTests.cs:line 59

 Test_IncrementCounter
41ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.AgentApiTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AgentApiTests.cs:line 48
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.AgentApiTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AgentApiTests.cs:line 59

 Test_IncrementCounter_AfterExistingTimeMetric
42ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.AgentApiTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AgentApiTests.cs:line 48
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.AgentApiTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AgentApiTests.cs:line 59

 Test_IncrementCounter_BeforeExistingTimeMetric
47ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.AgentApiTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AgentApiTests.cs:line 48
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.AgentApiTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AgentApiTests.cs:line 59

 Test_InitializePublicAgent
46ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.AgentApiTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AgentApiTests.cs:line 48
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.AgentApiTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AgentApiTests.cs:line 59

 Test_NoticeError_ErrorMetrics
44ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.AgentApiTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AgentApiTests.cs:line 48
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.AgentApiTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AgentApiTests.cs:line 59

 Test_NoticeError_TransactionErrorAttributes
43ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.AgentApiTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AgentApiTests.cs:line 48
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.AgentApiTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AgentApiTests.cs:line 59

 Test_NoticeError_WithException
42ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.AgentApiTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AgentApiTests.cs:line 48
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.AgentApiTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AgentApiTests.cs:line 59

 Test_NoticeError_WithException_HighSecurity
42ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.AgentApiTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AgentApiTests.cs:line 48
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.AgentApiTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AgentApiTests.cs:line 59

 Test_NoticeError_WithException_StripErrorMessages
42ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.AgentApiTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AgentApiTests.cs:line 48
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.AgentApiTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AgentApiTests.cs:line 59

 Test_NoticeError_WithExceptionAndCustomParams
42ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.AgentApiTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AgentApiTests.cs:line 48
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.AgentApiTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AgentApiTests.cs:line 59

 Test_NoticeError_WithExceptionAndCustomParams_HighSecurity
41ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.AgentApiTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AgentApiTests.cs:line 48
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.AgentApiTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AgentApiTests.cs:line 59

 Test_NoticeError_WithExceptionAndCustomParams_StripExceptionMessages
41ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.AgentApiTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AgentApiTests.cs:line 48
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.AgentApiTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AgentApiTests.cs:line 59

 Test_NoticeError_WithMessageAndCustomParams
42ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.AgentApiTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AgentApiTests.cs:line 48
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.AgentApiTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AgentApiTests.cs:line 59

 Test_NoticeError_WithMessageAndCustomParams_HighSecurity
42ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.AgentApiTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AgentApiTests.cs:line 48
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.AgentApiTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AgentApiTests.cs:line 59

 Test_NoticeError_WithMessageAndCustomParams_StripExceptionMessages
42ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.AgentApiTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AgentApiTests.cs:line 48
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.AgentApiTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AgentApiTests.cs:line 59

 Test_NoticeErrorOutsideTransaction_WithException
41ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.AgentApiTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AgentApiTests.cs:line 48
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.AgentApiTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AgentApiTests.cs:line 59

 Test_NoticeErrorOutsideTransaction_WithException_HighSecurity
50ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.AgentApiTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AgentApiTests.cs:line 48
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.AgentApiTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AgentApiTests.cs:line 59

 Test_NoticeErrorOutsideTransaction_WithException_StripExceptionMessages
44ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.AgentApiTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AgentApiTests.cs:line 48
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.AgentApiTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AgentApiTests.cs:line 59

 Test_NoticeErrorOutsideTransaction_WithExceptionAndCustomParams_HighSecurity
45ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.AgentApiTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AgentApiTests.cs:line 48
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.AgentApiTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AgentApiTests.cs:line 59

 Test_NoticeErrorOutsideTransaction_WithExceptionAndCustomParams_Object
39ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.AgentApiTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AgentApiTests.cs:line 48
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.AgentApiTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AgentApiTests.cs:line 59

 Test_NoticeErrorOutsideTransaction_WithExceptionAndCustomParams_String
41ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.AgentApiTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AgentApiTests.cs:line 48
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.AgentApiTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AgentApiTests.cs:line 59

 Test_NoticeErrorOutsideTransaction_WithExceptionAndCustomParams_StripExceptionMessages
45ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.AgentApiTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AgentApiTests.cs:line 48
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.AgentApiTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AgentApiTests.cs:line 59

 Test_NoticeErrorOutsideTransaction_WithMessageAndCustomParams_HighSecurity
40ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.AgentApiTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AgentApiTests.cs:line 48
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.AgentApiTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AgentApiTests.cs:line 59

 Test_NoticeErrorOutsideTransaction_WithMessageAndCustomParams_Object
40ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.AgentApiTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AgentApiTests.cs:line 48
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.AgentApiTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AgentApiTests.cs:line 59

 Test_NoticeErrorOutsideTransaction_WithMessageAndCustomParams_String
43ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.AgentApiTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AgentApiTests.cs:line 48
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.AgentApiTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AgentApiTests.cs:line 59

 Test_NoticeErrorOutsideTransaction_WithMessageAndCustomParams_StripExceptionMessages
45ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.AgentApiTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AgentApiTests.cs:line 48
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.AgentApiTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AgentApiTests.cs:line 59

 Test_RecordCustomEvent
41ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.AgentApiTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AgentApiTests.cs:line 48
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.AgentApiTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AgentApiTests.cs:line 59

 Test_RecordCustomEvent_DuringHighSecurity
41ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.AgentApiTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AgentApiTests.cs:line 48
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.AgentApiTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AgentApiTests.cs:line 59

 Test_RecordCustomEvent_WithNullValuedAttribute
42ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.AgentApiTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AgentApiTests.cs:line 48
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.AgentApiTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AgentApiTests.cs:line 59

 Test_RecordMetric
46ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.AgentApiTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AgentApiTests.cs:line 48
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.AgentApiTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AgentApiTests.cs:line 59

 Test_RecordMetric_following_RecordResponseTimeMetric
41ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.AgentApiTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AgentApiTests.cs:line 48
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.AgentApiTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AgentApiTests.cs:line 59

 Test_RecordResponseTimeMetric
43ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.AgentApiTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AgentApiTests.cs:line 48
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.AgentApiTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AgentApiTests.cs:line 59

 Test_RecordResponseTimeMetric_following_RecordMetric
38ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.AgentApiTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AgentApiTests.cs:line 48
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.AgentApiTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AgentApiTests.cs:line 59

 Test_SetApplicationName
46ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.AgentApiTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AgentApiTests.cs:line 48
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.AgentApiTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AgentApiTests.cs:line 59

 Test_SetTransactionName
39ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.AgentApiTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AgentApiTests.cs:line 48
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.AgentApiTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AgentApiTests.cs:line 59

 Test_SetTransactionName_MultipleCalls_LastCallWins
44ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.AgentApiTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AgentApiTests.cs:line 48
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.AgentApiTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AgentApiTests.cs:line 59

 Test_SetTransactionName_NotOverriddenByLowerPriorityName
44ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.AgentApiTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AgentApiTests.cs:line 48
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.AgentApiTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AgentApiTests.cs:line 59

 Test_SetTransactionName_OverriddenBySamePriorityName_ThatWasSetLast
45ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.AgentApiTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AgentApiTests.cs:line 48
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.AgentApiTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AgentApiTests.cs:line 59

 Test_SetTransactionName_OverridesSamePriorityName_ThatWasSetFirst
46ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.AgentApiTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AgentApiTests.cs:line 48
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.AgentApiTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AgentApiTests.cs:line 59

 Test_SetTransactionUri
42ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.AgentApiTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AgentApiTests.cs:line 48
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.AgentApiTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AgentApiTests.cs:line 59

 Test_SetTransactionUri_MultipleCalls_FirstCallWins
50ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.AgentApiTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AgentApiTests.cs:line 48
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.AgentApiTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AgentApiTests.cs:line 59

 Test_SetUserParameters
46ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.AgentApiTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AgentApiTests.cs:line 48
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.AgentApiTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AgentApiTests.cs:line 59

 Test_SetUserParameters_WithHighSecurity
45ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.AgentApiTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AgentApiTests.cs:line 48
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.AgentApiTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AgentApiTests.cs:line 59

 Test_StartAgent
42ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.AgentApiTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AgentApiTests.cs:line 48
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.AgentApiTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AgentApiTests.cs:line 59

 Test_TraceMetadataReturnsValidValues
45ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.AgentApiTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AgentApiTests.cs:line 48
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.AgentApiTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AgentApiTests.cs:line 59

 TraceMetadataReturnsEmptyValuesIfDTDisabled
40ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.AgentApiTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AgentApiTests.cs:line 48
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.AgentApiTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AgentApiTests.cs:line 59

 TraceMetadataReturnsNewValuesAfterAcceptDTPayload
43ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.AgentApiTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AgentApiTests.cs:line 48
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.AgentApiTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AgentApiTests.cs:line 59

 apdexPerfZone_frustrating_if_time_is_more_than_four_times_apdexT
40ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.ApdexTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\ApdexTests.cs:line 25
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.ApdexTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\ApdexTests.cs:line 32

 apdexPerfZone_satisfying_if_time_is_less_than_apdexT
43ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.ApdexTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\ApdexTests.cs:line 25
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.ApdexTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\ApdexTests.cs:line 32

 apdexPerfZone_tolerating_if_time_is_more_than_apdexT_but_less_than_four_times_apdexT
38ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.ApdexTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\ApdexTests.cs:line 25
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.ApdexTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\ApdexTests.cs:line 32

 keyTransaction_apdexPerfZone_frustrating_if_time_is_more_than_four_times_keyTransaction_apdexT
42ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.ApdexTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\ApdexTests.cs:line 25
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.ApdexTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\ApdexTests.cs:line 32

 AcceptDistributedTracePayloadTest
41ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.ApiSupportabilityMetricTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\ApiSupportabilityMetricTests.cs:line 29
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.ApiSupportabilityMetricTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\ApiSupportabilityMetricTests.cs:line 38

 AddCustomParameter
43ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.ApiSupportabilityMetricTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\ApiSupportabilityMetricTests.cs:line 29
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.ApiSupportabilityMetricTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\ApiSupportabilityMetricTests.cs:line 38

 CreateDistributedTracePayloadTest
46ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.ApiSupportabilityMetricTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\ApiSupportabilityMetricTests.cs:line 29
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.ApiSupportabilityMetricTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\ApiSupportabilityMetricTests.cs:line 38

 CurrentTransactionTest
40ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.ApiSupportabilityMetricTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\ApiSupportabilityMetricTests.cs:line 29
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.ApiSupportabilityMetricTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\ApiSupportabilityMetricTests.cs:line 38

 DisableBrowserMonitoring
43ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.ApiSupportabilityMetricTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\ApiSupportabilityMetricTests.cs:line 29
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.ApiSupportabilityMetricTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\ApiSupportabilityMetricTests.cs:line 38

 GetBrowserTimingFooter
44ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.ApiSupportabilityMetricTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\ApiSupportabilityMetricTests.cs:line 29
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.ApiSupportabilityMetricTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\ApiSupportabilityMetricTests.cs:line 38

 GetBrowserTimingHeader
47ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.ApiSupportabilityMetricTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\ApiSupportabilityMetricTests.cs:line 29
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.ApiSupportabilityMetricTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\ApiSupportabilityMetricTests.cs:line 38

 GetLinkingMetadataTest
41ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.ApiSupportabilityMetricTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\ApiSupportabilityMetricTests.cs:line 29
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.ApiSupportabilityMetricTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\ApiSupportabilityMetricTests.cs:line 38

 IgnoreApdex
43ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.ApiSupportabilityMetricTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\ApiSupportabilityMetricTests.cs:line 29
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.ApiSupportabilityMetricTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\ApiSupportabilityMetricTests.cs:line 38

 IgnoreTransaction
43ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.ApiSupportabilityMetricTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\ApiSupportabilityMetricTests.cs:line 29
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.ApiSupportabilityMetricTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\ApiSupportabilityMetricTests.cs:line 38

 IncrementCounter
45ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.ApiSupportabilityMetricTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\ApiSupportabilityMetricTests.cs:line 29
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.ApiSupportabilityMetricTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\ApiSupportabilityMetricTests.cs:line 38

 NoticeError
41ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.ApiSupportabilityMetricTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\ApiSupportabilityMetricTests.cs:line 29
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.ApiSupportabilityMetricTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\ApiSupportabilityMetricTests.cs:line 38

 RecordCustomEvent
42ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.ApiSupportabilityMetricTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\ApiSupportabilityMetricTests.cs:line 29
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.ApiSupportabilityMetricTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\ApiSupportabilityMetricTests.cs:line 38

 RecordMetric
40ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.ApiSupportabilityMetricTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\ApiSupportabilityMetricTests.cs:line 29
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.ApiSupportabilityMetricTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\ApiSupportabilityMetricTests.cs:line 38

 RecordResponseTimeMetric
48ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.ApiSupportabilityMetricTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\ApiSupportabilityMetricTests.cs:line 29
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.ApiSupportabilityMetricTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\ApiSupportabilityMetricTests.cs:line 38

 SetApplicationName
40ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.ApiSupportabilityMetricTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\ApiSupportabilityMetricTests.cs:line 29
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.ApiSupportabilityMetricTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\ApiSupportabilityMetricTests.cs:line 38

 SetTransactionName
42ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.ApiSupportabilityMetricTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\ApiSupportabilityMetricTests.cs:line 29
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.ApiSupportabilityMetricTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\ApiSupportabilityMetricTests.cs:line 38

 SetUserParameters
46ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.ApiSupportabilityMetricTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\ApiSupportabilityMetricTests.cs:line 29
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.ApiSupportabilityMetricTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\ApiSupportabilityMetricTests.cs:line 38

 StartAgent
42ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.ApiSupportabilityMetricTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\ApiSupportabilityMetricTests.cs:line 29
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.ApiSupportabilityMetricTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\ApiSupportabilityMetricTests.cs:line 38

 TraceMetadataTest
42ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.ApiSupportabilityMetricTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\ApiSupportabilityMetricTests.cs:line 29
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.ApiSupportabilityMetricTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\ApiSupportabilityMetricTests.cs:line 38

 SimpleTransaction_EndedMultipleTimes
43ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.AsyncLocalStorageContextTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AsyncLocalStorageContextTests.cs:line 23
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.AsyncLocalStorageContextTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AsyncLocalStorageContextTests.cs:line 30

 all_attributes_included
42ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.AttributeServiceTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AttributeServiceTests.cs:line 23
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.AttributeServiceTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AttributeServiceTests.cs:line 31

 null_values_should_be_excluded
43ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.AttributeServiceTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AttributeServiceTests.cs:line 23
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.AttributeServiceTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AttributeServiceTests.cs:line 31

 only_agent_and_custom_attributes_should_be_filtered_when_all_attributes_excluded
43ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.AttributeServiceTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AttributeServiceTests.cs:line 23
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.AttributeServiceTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AttributeServiceTests.cs:line 31

 only_agent_and_custom_attributes_should_be_filtered_when_attributes_disabled
44ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.AttributeServiceTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AttributeServiceTests.cs:line 23
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.AttributeServiceTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\AttributeServiceTests.cs:line 31

 SupportabilityMetric_Request_Accept_Duplicate_DifferentXProcessID
44ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.CATSupportabilityMetricTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CATSupportabilityMetricTests.cs:line 42
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.CATSupportabilityMetricTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CATSupportabilityMetricTests.cs:line 65

 SupportabilityMetric_Request_Accept_Duplicate_SameXProcessID
46ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.CATSupportabilityMetricTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CATSupportabilityMetricTests.cs:line 42
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.CATSupportabilityMetricTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CATSupportabilityMetricTests.cs:line 65

 SupportabilityMetric_Request_Accept_Failure_Decode_CrossProcessID
43ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.CATSupportabilityMetricTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CATSupportabilityMetricTests.cs:line 42
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.CATSupportabilityMetricTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CATSupportabilityMetricTests.cs:line 65

 SupportabilityMetric_Request_Accept_Failure_Decode_RequestData
43ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.CATSupportabilityMetricTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CATSupportabilityMetricTests.cs:line 42
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.CATSupportabilityMetricTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CATSupportabilityMetricTests.cs:line 65

 SupportabilityMetric_Request_Accept_Failure_Exception
42ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.CATSupportabilityMetricTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CATSupportabilityMetricTests.cs:line 42
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.CATSupportabilityMetricTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CATSupportabilityMetricTests.cs:line 65

 SupportabilityMetric_Request_Accept_Failure_NotTrusted
67ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.CATSupportabilityMetricTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CATSupportabilityMetricTests.cs:line 42
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.CATSupportabilityMetricTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CATSupportabilityMetricTests.cs:line 65

 SupportabilityMetric_Request_Accept_Success
55ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.CATSupportabilityMetricTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CATSupportabilityMetricTests.cs:line 42
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.CATSupportabilityMetricTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CATSupportabilityMetricTests.cs:line 65

 SupportabilityMetric_Request_Create_Failure_CrossProcessID
79ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.CATSupportabilityMetricTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CATSupportabilityMetricTests.cs:line 42
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.CATSupportabilityMetricTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CATSupportabilityMetricTests.cs:line 65

 SupportabilityMetric_Request_Create_Failure_Exception
59ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.CATSupportabilityMetricTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CATSupportabilityMetricTests.cs:line 42
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.CATSupportabilityMetricTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CATSupportabilityMetricTests.cs:line 65

 SupportabilityMetric_Request_Create_Success
49ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.CATSupportabilityMetricTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CATSupportabilityMetricTests.cs:line 42
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.CATSupportabilityMetricTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CATSupportabilityMetricTests.cs:line 65

 SupportabilityMetric_Response_Accept_Exception
46ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.CATSupportabilityMetricTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CATSupportabilityMetricTests.cs:line 42
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.CATSupportabilityMetricTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CATSupportabilityMetricTests.cs:line 65

 SupportabilityMetric_Response_Accept_MultipleResponses
56ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.CATSupportabilityMetricTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CATSupportabilityMetricTests.cs:line 42
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.CATSupportabilityMetricTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CATSupportabilityMetricTests.cs:line 65

 SupportabilityMetric_Response_Accept_Success
48ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.CATSupportabilityMetricTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CATSupportabilityMetricTests.cs:line 42
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.CATSupportabilityMetricTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CATSupportabilityMetricTests.cs:line 65

 SupportabilityMetric_Response_Create_Failure_CrossProcessID
46ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.CATSupportabilityMetricTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CATSupportabilityMetricTests.cs:line 42
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.CATSupportabilityMetricTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CATSupportabilityMetricTests.cs:line 65

 SupportabilityMetric_Response_Create_Failure_Exception
47ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.CATSupportabilityMetricTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CATSupportabilityMetricTests.cs:line 42
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.CATSupportabilityMetricTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CATSupportabilityMetricTests.cs:line 65

 SupportabilityMetric_Response_Create_Success
45ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.CATSupportabilityMetricTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CATSupportabilityMetricTests.cs:line 42
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.CATSupportabilityMetricTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CATSupportabilityMetricTests.cs:line 65

 DistributedTraceCrossAgentTests: accept_payload
49ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.CrossAgentTests.DistributedTracing.DistributedTracingCrossAgentTests.Setup() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\DistributedTracing\DistributedTracingCrossAgentTests.cs:line 38
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.CrossAgentTests.DistributedTracing.DistributedTracingCrossAgentTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\DistributedTracing\DistributedTracingCrossAgentTests.cs:line 46

 DistributedTraceCrossAgentTests: high_priority_but_sampled_false
41ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.CrossAgentTests.DistributedTracing.DistributedTracingCrossAgentTests.Setup() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\DistributedTracing\DistributedTracingCrossAgentTests.cs:line 38
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.CrossAgentTests.DistributedTracing.DistributedTracingCrossAgentTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\DistributedTracing\DistributedTracingCrossAgentTests.cs:line 46

 DistributedTraceCrossAgentTests: multiple_accept_calls
43ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.CrossAgentTests.DistributedTracing.DistributedTracingCrossAgentTests.Setup() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\DistributedTracing\DistributedTracingCrossAgentTests.cs:line 38
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.CrossAgentTests.DistributedTracing.DistributedTracingCrossAgentTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\DistributedTracing\DistributedTracingCrossAgentTests.cs:line 46

 DistributedTraceCrossAgentTests: payload_with_sampled_false
48ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.CrossAgentTests.DistributedTracing.DistributedTracingCrossAgentTests.Setup() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\DistributedTracing\DistributedTracingCrossAgentTests.cs:line 38
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.CrossAgentTests.DistributedTracing.DistributedTracingCrossAgentTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\DistributedTracing\DistributedTracingCrossAgentTests.cs:line 46

 DistributedTraceCrossAgentTests: spans_disabled_in_parent
41ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.CrossAgentTests.DistributedTracing.DistributedTracingCrossAgentTests.Setup() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\DistributedTracing\DistributedTracingCrossAgentTests.cs:line 38
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.CrossAgentTests.DistributedTracing.DistributedTracingCrossAgentTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\DistributedTracing\DistributedTracingCrossAgentTests.cs:line 46

 DistributedTraceCrossAgentTests: spans_disabled_in_child
40ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.CrossAgentTests.DistributedTracing.DistributedTracingCrossAgentTests.Setup() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\DistributedTracing\DistributedTracingCrossAgentTests.cs:line 38
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.CrossAgentTests.DistributedTracing.DistributedTracingCrossAgentTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\DistributedTracing\DistributedTracingCrossAgentTests.cs:line 46

 DistributedTraceCrossAgentTests: exception
43ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.CrossAgentTests.DistributedTracing.DistributedTracingCrossAgentTests.Setup() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\DistributedTracing\DistributedTracingCrossAgentTests.cs:line 38
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.CrossAgentTests.DistributedTracing.DistributedTracingCrossAgentTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\DistributedTracing\DistributedTracingCrossAgentTests.cs:line 46

 DistributedTraceCrossAgentTests: background_transaction
50ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.CrossAgentTests.DistributedTracing.DistributedTracingCrossAgentTests.Setup() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\DistributedTracing\DistributedTracingCrossAgentTests.cs:line 38
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.CrossAgentTests.DistributedTracing.DistributedTracingCrossAgentTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\DistributedTracing\DistributedTracingCrossAgentTests.cs:line 46

 DistributedTraceCrossAgentTests: payload_from_mobile_caller
40ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.CrossAgentTests.DistributedTracing.DistributedTracingCrossAgentTests.Setup() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\DistributedTracing\DistributedTracingCrossAgentTests.cs:line 38
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.CrossAgentTests.DistributedTracing.DistributedTracingCrossAgentTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\DistributedTracing\DistributedTracingCrossAgentTests.cs:line 46

 DistributedTraceCrossAgentTests: lowercase_known_transport_is_unknown
40ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.CrossAgentTests.DistributedTracing.DistributedTracingCrossAgentTests.Setup() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\DistributedTracing\DistributedTracingCrossAgentTests.cs:line 38
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.CrossAgentTests.DistributedTracing.DistributedTracingCrossAgentTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\DistributedTracing\DistributedTracingCrossAgentTests.cs:line 46

 DistributedTraceCrossAgentTests: create_payload
184ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.CrossAgentTests.DistributedTracing.DistributedTracingCrossAgentTests.Setup() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\DistributedTracing\DistributedTracingCrossAgentTests.cs:line 38
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.CrossAgentTests.DistributedTracing.DistributedTracingCrossAgentTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\DistributedTracing\DistributedTracingCrossAgentTests.cs:line 46

 DistributedTraceCrossAgentTests: multiple_create_calls
101ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.CrossAgentTests.DistributedTracing.DistributedTracingCrossAgentTests.Setup() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\DistributedTracing\DistributedTracingCrossAgentTests.cs:line 38
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.CrossAgentTests.DistributedTracing.DistributedTracingCrossAgentTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\DistributedTracing\DistributedTracingCrossAgentTests.cs:line 46

 DistributedTraceCrossAgentTests: payload_from_trusted_partnership_account
43ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.CrossAgentTests.DistributedTracing.DistributedTracingCrossAgentTests.Setup() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\DistributedTracing\DistributedTracingCrossAgentTests.cs:line 38
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.CrossAgentTests.DistributedTracing.DistributedTracingCrossAgentTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\DistributedTracing\DistributedTracingCrossAgentTests.cs:line 46

 DistributedTraceCrossAgentTests: payload_has_larger_minor_version
45ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.CrossAgentTests.DistributedTracing.DistributedTracingCrossAgentTests.Setup() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\DistributedTracing\DistributedTracingCrossAgentTests.cs:line 38
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.CrossAgentTests.DistributedTracing.DistributedTracingCrossAgentTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\DistributedTracing\DistributedTracingCrossAgentTests.cs:line 46

 DistributedTraceCrossAgentTests: payload_with_untrusted_key
44ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.CrossAgentTests.DistributedTracing.DistributedTracingCrossAgentTests.Setup() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\DistributedTracing\DistributedTracingCrossAgentTests.cs:line 38
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.CrossAgentTests.DistributedTracing.DistributedTracingCrossAgentTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\DistributedTracing\DistributedTracingCrossAgentTests.cs:line 46

 DistributedTraceCrossAgentTests: payload_from_untrusted_account
51ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.CrossAgentTests.DistributedTracing.DistributedTracingCrossAgentTests.Setup() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\DistributedTracing\DistributedTracingCrossAgentTests.cs:line 38
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.CrossAgentTests.DistributedTracing.DistributedTracingCrossAgentTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\DistributedTracing\DistributedTracingCrossAgentTests.cs:line 46

 DistributedTraceCrossAgentTests: payload_has_larger_major_version
42ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.CrossAgentTests.DistributedTracing.DistributedTracingCrossAgentTests.Setup() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\DistributedTracing\DistributedTracingCrossAgentTests.cs:line 38
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.CrossAgentTests.DistributedTracing.DistributedTracingCrossAgentTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\DistributedTracing\DistributedTracingCrossAgentTests.cs:line 46

 DistributedTraceCrossAgentTests: null_payload
201ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.CrossAgentTests.DistributedTracing.DistributedTracingCrossAgentTests.Setup() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\DistributedTracing\DistributedTracingCrossAgentTests.cs:line 38
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.CrossAgentTests.DistributedTracing.DistributedTracingCrossAgentTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\DistributedTracing\DistributedTracingCrossAgentTests.cs:line 46

 DistributedTraceCrossAgentTests: payload_missing_version
46ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.CrossAgentTests.DistributedTracing.DistributedTracingCrossAgentTests.Setup() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\DistributedTracing\DistributedTracingCrossAgentTests.cs:line 38
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.CrossAgentTests.DistributedTracing.DistributedTracingCrossAgentTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\DistributedTracing\DistributedTracingCrossAgentTests.cs:line 46

 DistributedTraceCrossAgentTests: payload_missing_data
60ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.CrossAgentTests.DistributedTracing.DistributedTracingCrossAgentTests.Setup() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\DistributedTracing\DistributedTracingCrossAgentTests.cs:line 38
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.CrossAgentTests.DistributedTracing.DistributedTracingCrossAgentTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\DistributedTracing\DistributedTracingCrossAgentTests.cs:line 46

 DistributedTraceCrossAgentTests: payload_missing_account
40ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.CrossAgentTests.DistributedTracing.DistributedTracingCrossAgentTests.Setup() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\DistributedTracing\DistributedTracingCrossAgentTests.cs:line 38
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.CrossAgentTests.DistributedTracing.DistributedTracingCrossAgentTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\DistributedTracing\DistributedTracingCrossAgentTests.cs:line 46

 DistributedTraceCrossAgentTests: payload_missing_application
41ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.CrossAgentTests.DistributedTracing.DistributedTracingCrossAgentTests.Setup() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\DistributedTracing\DistributedTracingCrossAgentTests.cs:line 38
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.CrossAgentTests.DistributedTracing.DistributedTracingCrossAgentTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\DistributedTracing\DistributedTracingCrossAgentTests.cs:line 46

 DistributedTraceCrossAgentTests: payload_missing_type
44ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.CrossAgentTests.DistributedTracing.DistributedTracingCrossAgentTests.Setup() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\DistributedTracing\DistributedTracingCrossAgentTests.cs:line 38
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.CrossAgentTests.DistributedTracing.DistributedTracingCrossAgentTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\DistributedTracing\DistributedTracingCrossAgentTests.cs:line 46

 DistributedTraceCrossAgentTests: payload_missing_transactionId_or_guid
41ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.CrossAgentTests.DistributedTracing.DistributedTracingCrossAgentTests.Setup() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\DistributedTracing\DistributedTracingCrossAgentTests.cs:line 38
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.CrossAgentTests.DistributedTracing.DistributedTracingCrossAgentTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\DistributedTracing\DistributedTracingCrossAgentTests.cs:line 46

 DistributedTraceCrossAgentTests: payload_missing_traceId
47ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.CrossAgentTests.DistributedTracing.DistributedTracingCrossAgentTests.Setup() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\DistributedTracing\DistributedTracingCrossAgentTests.cs:line 38
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.CrossAgentTests.DistributedTracing.DistributedTracingCrossAgentTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\DistributedTracing\DistributedTracingCrossAgentTests.cs:line 46

 DistributedTraceCrossAgentTests: payload_missing_timestamp
42ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.CrossAgentTests.DistributedTracing.DistributedTracingCrossAgentTests.Setup() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\DistributedTracing\DistributedTracingCrossAgentTests.cs:line 38
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.CrossAgentTests.DistributedTracing.DistributedTracingCrossAgentTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\DistributedTracing\DistributedTracingCrossAgentTests.cs:line 46

 TraceContextCrossAgentTests: accept_payload
47ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.CrossAgentTests.DistributedTracing.TraceContextCrossAgentTests.Setup() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\DistributedTracing\TraceContextCrossAgentTests.cs:line 35
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.CrossAgentTests.DistributedTracing.TraceContextCrossAgentTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\DistributedTracing\TraceContextCrossAgentTests.cs:line 43

 TraceContextCrossAgentTests: payload_with_sampled_false
40ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.CrossAgentTests.DistributedTracing.TraceContextCrossAgentTests.Setup() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\DistributedTracing\TraceContextCrossAgentTests.cs:line 35
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.CrossAgentTests.DistributedTracing.TraceContextCrossAgentTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\DistributedTracing\TraceContextCrossAgentTests.cs:line 43

 TraceContextCrossAgentTests: non_new_relic_parent
43ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.CrossAgentTests.DistributedTracing.TraceContextCrossAgentTests.Setup() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\DistributedTracing\TraceContextCrossAgentTests.cs:line 35
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.CrossAgentTests.DistributedTracing.TraceContextCrossAgentTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\DistributedTracing\TraceContextCrossAgentTests.cs:line 43

 TraceContextCrossAgentTests: spans_disabled_in_parent
38ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.CrossAgentTests.DistributedTracing.TraceContextCrossAgentTests.Setup() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\DistributedTracing\TraceContextCrossAgentTests.cs:line 35
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.CrossAgentTests.DistributedTracing.TraceContextCrossAgentTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\DistributedTracing\TraceContextCrossAgentTests.cs:line 43

 TraceContextCrossAgentTests: spans_disabled_in_child
46ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.CrossAgentTests.DistributedTracing.TraceContextCrossAgentTests.Setup() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\DistributedTracing\TraceContextCrossAgentTests.cs:line 35
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.CrossAgentTests.DistributedTracing.TraceContextCrossAgentTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\DistributedTracing\TraceContextCrossAgentTests.cs:line 43

 TraceContextCrossAgentTests: spans_disabled_root
41ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.CrossAgentTests.DistributedTracing.TraceContextCrossAgentTests.Setup() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\DistributedTracing\TraceContextCrossAgentTests.cs:line 35
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.CrossAgentTests.DistributedTracing.TraceContextCrossAgentTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\DistributedTracing\TraceContextCrossAgentTests.cs:line 43

 TraceContextCrossAgentTests: exception
41ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.CrossAgentTests.DistributedTracing.TraceContextCrossAgentTests.Setup() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\DistributedTracing\TraceContextCrossAgentTests.cs:line 35
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.CrossAgentTests.DistributedTracing.TraceContextCrossAgentTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\DistributedTracing\TraceContextCrossAgentTests.cs:line 43

 TraceContextCrossAgentTests: background_transaction
42ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.CrossAgentTests.DistributedTracing.TraceContextCrossAgentTests.Setup() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\DistributedTracing\TraceContextCrossAgentTests.cs:line 35
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.CrossAgentTests.DistributedTracing.TraceContextCrossAgentTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\DistributedTracing\TraceContextCrossAgentTests.cs:line 43

 TraceContextCrossAgentTests: payload_from_mobile_caller
46ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.CrossAgentTests.DistributedTracing.TraceContextCrossAgentTests.Setup() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\DistributedTracing\TraceContextCrossAgentTests.cs:line 35
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.CrossAgentTests.DistributedTracing.TraceContextCrossAgentTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\DistributedTracing\TraceContextCrossAgentTests.cs:line 43

 TraceContextCrossAgentTests: lowercase_known_transport_is_unknown
43ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.CrossAgentTests.DistributedTracing.TraceContextCrossAgentTests.Setup() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\DistributedTracing\TraceContextCrossAgentTests.cs:line 35
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.CrossAgentTests.DistributedTracing.TraceContextCrossAgentTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\DistributedTracing\TraceContextCrossAgentTests.cs:line 43

 TraceContextCrossAgentTests: create_payload
41ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.CrossAgentTests.DistributedTracing.TraceContextCrossAgentTests.Setup() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\DistributedTracing\TraceContextCrossAgentTests.cs:line 35
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.CrossAgentTests.DistributedTracing.TraceContextCrossAgentTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\DistributedTracing\TraceContextCrossAgentTests.cs:line 43

 TraceContextCrossAgentTests: multiple_create_calls
42ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.CrossAgentTests.DistributedTracing.TraceContextCrossAgentTests.Setup() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\DistributedTracing\TraceContextCrossAgentTests.cs:line 35
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.CrossAgentTests.DistributedTracing.TraceContextCrossAgentTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\DistributedTracing\TraceContextCrossAgentTests.cs:line 43

 TraceContextCrossAgentTests: payload_from_trusted_partnership_account
62ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.CrossAgentTests.DistributedTracing.TraceContextCrossAgentTests.Setup() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\DistributedTracing\TraceContextCrossAgentTests.cs:line 35
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.CrossAgentTests.DistributedTracing.TraceContextCrossAgentTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\DistributedTracing\TraceContextCrossAgentTests.cs:line 43

 TraceContextCrossAgentTests: payload_with_untrusted_key
46ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.CrossAgentTests.DistributedTracing.TraceContextCrossAgentTests.Setup() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\DistributedTracing\TraceContextCrossAgentTests.cs:line 35
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.CrossAgentTests.DistributedTracing.TraceContextCrossAgentTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\DistributedTracing\TraceContextCrossAgentTests.cs:line 43

 TraceContextCrossAgentTests: payload_from_untrusted_account
45ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.CrossAgentTests.DistributedTracing.TraceContextCrossAgentTests.Setup() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\DistributedTracing\TraceContextCrossAgentTests.cs:line 35
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.CrossAgentTests.DistributedTracing.TraceContextCrossAgentTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\DistributedTracing\TraceContextCrossAgentTests.cs:line 43

 TraceContextCrossAgentTests: tracestate_has_larger_version
44ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.CrossAgentTests.DistributedTracing.TraceContextCrossAgentTests.Setup() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\DistributedTracing\TraceContextCrossAgentTests.cs:line 35
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.CrossAgentTests.DistributedTracing.TraceContextCrossAgentTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\DistributedTracing\TraceContextCrossAgentTests.cs:line 43

 TraceContextCrossAgentTests: tracestate_missing_version
42ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.CrossAgentTests.DistributedTracing.TraceContextCrossAgentTests.Setup() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\DistributedTracing\TraceContextCrossAgentTests.cs:line 35
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.CrossAgentTests.DistributedTracing.TraceContextCrossAgentTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\DistributedTracing\TraceContextCrossAgentTests.cs:line 43

 TraceContextCrossAgentTests: tracestate_missing_account
39ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.CrossAgentTests.DistributedTracing.TraceContextCrossAgentTests.Setup() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\DistributedTracing\TraceContextCrossAgentTests.cs:line 35
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.CrossAgentTests.DistributedTracing.TraceContextCrossAgentTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\DistributedTracing\TraceContextCrossAgentTests.cs:line 43

 TraceContextCrossAgentTests: tracestate_missing_application
50ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.CrossAgentTests.DistributedTracing.TraceContextCrossAgentTests.Setup() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\DistributedTracing\TraceContextCrossAgentTests.cs:line 35
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.CrossAgentTests.DistributedTracing.TraceContextCrossAgentTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\DistributedTracing\TraceContextCrossAgentTests.cs:line 43

 TraceContextCrossAgentTests: tracestate_missing_type
41ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.CrossAgentTests.DistributedTracing.TraceContextCrossAgentTests.Setup() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\DistributedTracing\TraceContextCrossAgentTests.cs:line 35
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.CrossAgentTests.DistributedTracing.TraceContextCrossAgentTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\DistributedTracing\TraceContextCrossAgentTests.cs:line 43

 TraceContextCrossAgentTests: tracestate_missing_transactionId
41ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.CrossAgentTests.DistributedTracing.TraceContextCrossAgentTests.Setup() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\DistributedTracing\TraceContextCrossAgentTests.cs:line 35
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.CrossAgentTests.DistributedTracing.TraceContextCrossAgentTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\DistributedTracing\TraceContextCrossAgentTests.cs:line 43

 TraceContextCrossAgentTests: traceparent_missing_traceId
44ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.CrossAgentTests.DistributedTracing.TraceContextCrossAgentTests.Setup() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\DistributedTracing\TraceContextCrossAgentTests.cs:line 35
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.CrossAgentTests.DistributedTracing.TraceContextCrossAgentTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\DistributedTracing\TraceContextCrossAgentTests.cs:line 43

 TraceContextCrossAgentTests: tracestate_missing_timestamp
41ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.CrossAgentTests.DistributedTracing.TraceContextCrossAgentTests.Setup() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\DistributedTracing\TraceContextCrossAgentTests.cs:line 35
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.CrossAgentTests.DistributedTracing.TraceContextCrossAgentTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\DistributedTracing\TraceContextCrossAgentTests.cs:line 43

 TraceContextCrossAgentTests: multiple_vendors_in_tracestate
41ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.CrossAgentTests.DistributedTracing.TraceContextCrossAgentTests.Setup() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\DistributedTracing\TraceContextCrossAgentTests.cs:line 35
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.CrossAgentTests.DistributedTracing.TraceContextCrossAgentTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\DistributedTracing\TraceContextCrossAgentTests.cs:line 43

 TraceContextCrossAgentTests: missing_tracestate
44ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.CrossAgentTests.DistributedTracing.TraceContextCrossAgentTests.Setup() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\DistributedTracing\TraceContextCrossAgentTests.cs:line 35
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.CrossAgentTests.DistributedTracing.TraceContextCrossAgentTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\DistributedTracing\TraceContextCrossAgentTests.cs:line 43

 TraceContextCrossAgentTests: missing_traceparent
48ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.CrossAgentTests.DistributedTracing.TraceContextCrossAgentTests.Setup() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\DistributedTracing\TraceContextCrossAgentTests.cs:line 35
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.CrossAgentTests.DistributedTracing.TraceContextCrossAgentTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\DistributedTracing\TraceContextCrossAgentTests.cs:line 43

 TraceContextCrossAgentTests: missing_traceparent_and_tracestate
43ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.CrossAgentTests.DistributedTracing.TraceContextCrossAgentTests.Setup() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\DistributedTracing\TraceContextCrossAgentTests.cs:line 35
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.CrossAgentTests.DistributedTracing.TraceContextCrossAgentTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\DistributedTracing\TraceContextCrossAgentTests.cs:line 43

 TraceContextCrossAgentTests: multiple_new_relic_trace_state_entries
42ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.CrossAgentTests.DistributedTracing.TraceContextCrossAgentTests.Setup() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\DistributedTracing\TraceContextCrossAgentTests.cs:line 35
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.CrossAgentTests.DistributedTracing.TraceContextCrossAgentTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\DistributedTracing\TraceContextCrossAgentTests.cs:line 43

 TraceContextCrossAgentTests: priority_not_converted_to_scientific_notation
45ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.CrossAgentTests.DistributedTracing.TraceContextCrossAgentTests.Setup() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\DistributedTracing\TraceContextCrossAgentTests.cs:line 35
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.CrossAgentTests.DistributedTracing.TraceContextCrossAgentTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\DistributedTracing\TraceContextCrossAgentTests.cs:line 43

 TraceContextCrossAgentTests: w3c_and_newrelic_headers_present
66ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.CrossAgentTests.DistributedTracing.TraceContextCrossAgentTests.Setup() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\DistributedTracing\TraceContextCrossAgentTests.cs:line 35
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.CrossAgentTests.DistributedTracing.TraceContextCrossAgentTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\DistributedTracing\TraceContextCrossAgentTests.cs:line 43

 TraceContextCrossAgentTests: w3c_and_newrelic_headers_present_error_parsing_traceparent
63ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.CrossAgentTests.DistributedTracing.TraceContextCrossAgentTests.Setup() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\DistributedTracing\TraceContextCrossAgentTests.cs:line 35
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.CrossAgentTests.DistributedTracing.TraceContextCrossAgentTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\DistributedTracing\TraceContextCrossAgentTests.cs:line 43

 TraceContextCrossAgentTests: w3c_and_newrelic_headers_present_error_parsing_tracestate
46ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.CrossAgentTests.DistributedTracing.TraceContextCrossAgentTests.Setup() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\DistributedTracing\TraceContextCrossAgentTests.cs:line 35
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.CrossAgentTests.DistributedTracing.TraceContextCrossAgentTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\DistributedTracing\TraceContextCrossAgentTests.cs:line 43

 TraceContextCrossAgentTests: newrelic_origin_trace_id_correctly_transformed_for_w3c
43ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.CrossAgentTests.DistributedTracing.TraceContextCrossAgentTests.Setup() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\DistributedTracing\TraceContextCrossAgentTests.cs:line 35
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.CrossAgentTests.DistributedTracing.TraceContextCrossAgentTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\DistributedTracing\TraceContextCrossAgentTests.cs:line 43

 TraceContextCrossAgentTests: span_events_enabled_transaction_events_disabled
42ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.CrossAgentTests.DistributedTracing.TraceContextCrossAgentTests.Setup() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\DistributedTracing\TraceContextCrossAgentTests.cs:line 35
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.CrossAgentTests.DistributedTracing.TraceContextCrossAgentTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\DistributedTracing\TraceContextCrossAgentTests.cs:line 43

 TraceContextCrossAgentTests: span_events_disabled_transaction_events_disabled
44ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.CrossAgentTests.DistributedTracing.TraceContextCrossAgentTests.Setup() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\DistributedTracing\TraceContextCrossAgentTests.cs:line 35
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.CrossAgentTests.DistributedTracing.TraceContextCrossAgentTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\DistributedTracing\TraceContextCrossAgentTests.cs:line 43

 TraceContextCrossAgentTests: w3c_and_newrelic_headers_present_emit_both_header_types
46ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.CrossAgentTests.DistributedTracing.TraceContextCrossAgentTests.Setup() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\DistributedTracing\TraceContextCrossAgentTests.cs:line 35
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.CrossAgentTests.DistributedTracing.TraceContextCrossAgentTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\DistributedTracing\TraceContextCrossAgentTests.cs:line 43

 TraceContextCrossAgentTests: only_w3c_headers_present_emit_both_header_types
43ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.CrossAgentTests.DistributedTracing.TraceContextCrossAgentTests.Setup() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\DistributedTracing\TraceContextCrossAgentTests.cs:line 35
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.CrossAgentTests.DistributedTracing.TraceContextCrossAgentTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\DistributedTracing\TraceContextCrossAgentTests.cs:line 43

 TraceContextCrossAgentTests: only_newrelic_headers_present_emit_both_header_types
44ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.CrossAgentTests.DistributedTracing.TraceContextCrossAgentTests.Setup() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\DistributedTracing\TraceContextCrossAgentTests.cs:line 35
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.CrossAgentTests.DistributedTracing.TraceContextCrossAgentTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\DistributedTracing\TraceContextCrossAgentTests.cs:line 43

 TraceContextCrossAgentTests: inbound_payload_from_agent_in_serverless_mode
45ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.CrossAgentTests.DistributedTracing.TraceContextCrossAgentTests.Setup() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\DistributedTracing\TraceContextCrossAgentTests.cs:line 35
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.CrossAgentTests.DistributedTracing.TraceContextCrossAgentTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\DistributedTracing\TraceContextCrossAgentTests.cs:line 43

 SecurityPoliciesCrossAgentTests: should respect record_sql policy
45ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.CrossAgentTests.SecurityPolicies.SecurityPoliciesCrossAgentTests.Setup() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\SecurityPolicies\SecurityPoliciesCrossAgentTests.cs:line 39
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.CrossAgentTests.SecurityPolicies.SecurityPoliciesCrossAgentTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\SecurityPolicies\SecurityPoliciesCrossAgentTests.cs:line 61

 SecurityPoliciesCrossAgentTests: should respect attributes_include policy
52ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.CrossAgentTests.SecurityPolicies.SecurityPoliciesCrossAgentTests.Setup() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\SecurityPolicies\SecurityPoliciesCrossAgentTests.cs:line 39
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.CrossAgentTests.SecurityPolicies.SecurityPoliciesCrossAgentTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\SecurityPolicies\SecurityPoliciesCrossAgentTests.cs:line 61

 SecurityPoliciesCrossAgentTests: should respect allow_raw_exception_messages policy and more secure local setting
43ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.CrossAgentTests.SecurityPolicies.SecurityPoliciesCrossAgentTests.Setup() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\SecurityPolicies\SecurityPoliciesCrossAgentTests.cs:line 39
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.CrossAgentTests.SecurityPolicies.SecurityPoliciesCrossAgentTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\SecurityPolicies\SecurityPoliciesCrossAgentTests.cs:line 61

 SecurityPoliciesCrossAgentTests: should respect custom_events policy
46ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.CrossAgentTests.SecurityPolicies.SecurityPoliciesCrossAgentTests.Setup() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\SecurityPolicies\SecurityPoliciesCrossAgentTests.cs:line 39
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.CrossAgentTests.SecurityPolicies.SecurityPoliciesCrossAgentTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\SecurityPolicies\SecurityPoliciesCrossAgentTests.cs:line 61

 SecurityPoliciesCrossAgentTests: should respect custom_parameters policy
45ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.CrossAgentTests.SecurityPolicies.SecurityPoliciesCrossAgentTests.Setup() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\SecurityPolicies\SecurityPoliciesCrossAgentTests.cs:line 39
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.CrossAgentTests.SecurityPolicies.SecurityPoliciesCrossAgentTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\SecurityPolicies\SecurityPoliciesCrossAgentTests.cs:line 61

 SecurityPoliciesCrossAgentTests: should respect custom_instrumentation_editor policy
44ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.CrossAgentTests.SecurityPolicies.SecurityPoliciesCrossAgentTests.Setup() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\SecurityPolicies\SecurityPoliciesCrossAgentTests.cs:line 39
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.CrossAgentTests.SecurityPolicies.SecurityPoliciesCrossAgentTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\SecurityPolicies\SecurityPoliciesCrossAgentTests.cs:line 61

 SecurityPoliciesCrossAgentTests: should fail because the agent knows about a policy the server does not
44ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.CrossAgentTests.SecurityPolicies.SecurityPoliciesCrossAgentTests.Setup() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\SecurityPolicies\SecurityPoliciesCrossAgentTests.cs:line 39
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.CrossAgentTests.SecurityPolicies.SecurityPoliciesCrossAgentTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\SecurityPolicies\SecurityPoliciesCrossAgentTests.cs:line 61

 SecurityPoliciesCrossAgentTests: should not respond with unknown policies
44ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.CrossAgentTests.SecurityPolicies.SecurityPoliciesCrossAgentTests.Setup() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\SecurityPolicies\SecurityPoliciesCrossAgentTests.cs:line 39
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.CrossAgentTests.SecurityPolicies.SecurityPoliciesCrossAgentTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\SecurityPolicies\SecurityPoliciesCrossAgentTests.cs:line 61

 SecurityPoliciesCrossAgentTests: should shutdown for required but unknown policies
45ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.CrossAgentTests.SecurityPolicies.SecurityPoliciesCrossAgentTests.Setup() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\SecurityPolicies\SecurityPoliciesCrossAgentTests.cs:line 39
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.CrossAgentTests.SecurityPolicies.SecurityPoliciesCrossAgentTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\SecurityPolicies\SecurityPoliciesCrossAgentTests.cs:line 61

 SqlObfuscationCrossAgentTests comment_delimiters_in_double_quoted_strings
43ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.CrossAgentTests.SqlObfuscation.SqlObfuscationCrossAgentTests.Setup() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\SqlObfuscation\SqlObfuscationCrossAgentTests.cs:line 30
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.CrossAgentTests.SqlObfuscation.SqlObfuscationCrossAgentTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\SqlObfuscation\SqlObfuscationCrossAgentTests.cs:line 37

 SqlObfuscationCrossAgentTests comment_delimiters_in_single_quoted_strings
48ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.CrossAgentTests.SqlObfuscation.SqlObfuscationCrossAgentTests.Setup() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\SqlObfuscation\SqlObfuscationCrossAgentTests.cs:line 30
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.CrossAgentTests.SqlObfuscation.SqlObfuscationCrossAgentTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\SqlObfuscation\SqlObfuscationCrossAgentTests.cs:line 37

 SqlObfuscationCrossAgentTests end_of_line_comment_in_double_quoted_string
46ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.CrossAgentTests.SqlObfuscation.SqlObfuscationCrossAgentTests.Setup() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\SqlObfuscation\SqlObfuscationCrossAgentTests.cs:line 30
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.CrossAgentTests.SqlObfuscation.SqlObfuscationCrossAgentTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\SqlObfuscation\SqlObfuscationCrossAgentTests.cs:line 37

 SqlObfuscationCrossAgentTests end_of_line_comment_in_single_quoted_string
60ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.CrossAgentTests.SqlObfuscation.SqlObfuscationCrossAgentTests.Setup() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\SqlObfuscation\SqlObfuscationCrossAgentTests.cs:line 30
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.CrossAgentTests.SqlObfuscation.SqlObfuscationCrossAgentTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\SqlObfuscation\SqlObfuscationCrossAgentTests.cs:line 37

 SqlObfuscationCrossAgentTests numbers_in_identifiers
42ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.CrossAgentTests.SqlObfuscation.SqlObfuscationCrossAgentTests.Setup() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\SqlObfuscation\SqlObfuscationCrossAgentTests.cs:line 30
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.CrossAgentTests.SqlObfuscation.SqlObfuscationCrossAgentTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\SqlObfuscation\SqlObfuscationCrossAgentTests.cs:line 37

 SqlObfuscationCrossAgentTests numeric_literals
44ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.CrossAgentTests.SqlObfuscation.SqlObfuscationCrossAgentTests.Setup() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\SqlObfuscation\SqlObfuscationCrossAgentTests.cs:line 30
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.CrossAgentTests.SqlObfuscation.SqlObfuscationCrossAgentTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\SqlObfuscation\SqlObfuscationCrossAgentTests.cs:line 37

 SqlObfuscationCrossAgentTests string_double_quoted_mysql
45ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.CrossAgentTests.SqlObfuscation.SqlObfuscationCrossAgentTests.Setup() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\SqlObfuscation\SqlObfuscationCrossAgentTests.cs:line 30
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.CrossAgentTests.SqlObfuscation.SqlObfuscationCrossAgentTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\SqlObfuscation\SqlObfuscationCrossAgentTests.cs:line 37

 SqlObfuscationCrossAgentTests string_single_quoted
42ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.CrossAgentTests.SqlObfuscation.SqlObfuscationCrossAgentTests.Setup() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\SqlObfuscation\SqlObfuscationCrossAgentTests.cs:line 30
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.CrossAgentTests.SqlObfuscation.SqlObfuscationCrossAgentTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\SqlObfuscation\SqlObfuscationCrossAgentTests.cs:line 37

 SqlObfuscationCrossAgentTests string_with_backslash_and_twin_single_quotes
42ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.CrossAgentTests.SqlObfuscation.SqlObfuscationCrossAgentTests.Setup() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\SqlObfuscation\SqlObfuscationCrossAgentTests.cs:line 30
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.CrossAgentTests.SqlObfuscation.SqlObfuscationCrossAgentTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\SqlObfuscation\SqlObfuscationCrossAgentTests.cs:line 37

 SqlObfuscationCrossAgentTests string_with_embedded_double_quote
42ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.CrossAgentTests.SqlObfuscation.SqlObfuscationCrossAgentTests.Setup() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\SqlObfuscation\SqlObfuscationCrossAgentTests.cs:line 30
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.CrossAgentTests.SqlObfuscation.SqlObfuscationCrossAgentTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\SqlObfuscation\SqlObfuscationCrossAgentTests.cs:line 37

 SqlObfuscationCrossAgentTests string_with_embedded_newline
48ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.CrossAgentTests.SqlObfuscation.SqlObfuscationCrossAgentTests.Setup() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\SqlObfuscation\SqlObfuscationCrossAgentTests.cs:line 30
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.CrossAgentTests.SqlObfuscation.SqlObfuscationCrossAgentTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\SqlObfuscation\SqlObfuscationCrossAgentTests.cs:line 37

 SqlObfuscationCrossAgentTests string_with_embedded_single_quote_mysql
54ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.CrossAgentTests.SqlObfuscation.SqlObfuscationCrossAgentTests.Setup() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\SqlObfuscation\SqlObfuscationCrossAgentTests.cs:line 30
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.CrossAgentTests.SqlObfuscation.SqlObfuscationCrossAgentTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\SqlObfuscation\SqlObfuscationCrossAgentTests.cs:line 37

 SqlObfuscationCrossAgentTests string_with_trailing_backslash
62ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.CrossAgentTests.SqlObfuscation.SqlObfuscationCrossAgentTests.Setup() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\SqlObfuscation\SqlObfuscationCrossAgentTests.cs:line 30
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.CrossAgentTests.SqlObfuscation.SqlObfuscationCrossAgentTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\SqlObfuscation\SqlObfuscationCrossAgentTests.cs:line 37

 SqlObfuscationCrossAgentTests string_with_trailing_escaped_backslash_single_quoted
62ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.CrossAgentTests.SqlObfuscation.SqlObfuscationCrossAgentTests.Setup() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\SqlObfuscation\SqlObfuscationCrossAgentTests.cs:line 30
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.CrossAgentTests.SqlObfuscation.SqlObfuscationCrossAgentTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\SqlObfuscation\SqlObfuscationCrossAgentTests.cs:line 37

 SqlObfuscationCrossAgentTests string_with_twin_single_quotes
43ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.CrossAgentTests.SqlObfuscation.SqlObfuscationCrossAgentTests.Setup() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\SqlObfuscation\SqlObfuscationCrossAgentTests.cs:line 30
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.CrossAgentTests.SqlObfuscation.SqlObfuscationCrossAgentTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\SqlObfuscation\SqlObfuscationCrossAgentTests.cs:line 37

 SqlObfuscationCrossAgentTests non_quote_escape
43ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.CrossAgentTests.SqlObfuscation.SqlObfuscationCrossAgentTests.Setup() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\SqlObfuscation\SqlObfuscationCrossAgentTests.cs:line 30
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.CrossAgentTests.SqlObfuscation.SqlObfuscationCrossAgentTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\SqlObfuscation\SqlObfuscationCrossAgentTests.cs:line 37

 SqlObfuscationCrossAgentTests in_clause_digits
44ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.CrossAgentTests.SqlObfuscation.SqlObfuscationCrossAgentTests.Setup() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\SqlObfuscation\SqlObfuscationCrossAgentTests.cs:line 30
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.CrossAgentTests.SqlObfuscation.SqlObfuscationCrossAgentTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\SqlObfuscation\SqlObfuscationCrossAgentTests.cs:line 37

 SqlObfuscationCrossAgentTests in_clause_strings
45ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.CrossAgentTests.SqlObfuscation.SqlObfuscationCrossAgentTests.Setup() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\SqlObfuscation\SqlObfuscationCrossAgentTests.cs:line 30
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.CrossAgentTests.SqlObfuscation.SqlObfuscationCrossAgentTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\SqlObfuscation\SqlObfuscationCrossAgentTests.cs:line 37

 UtilizationCrossAgentTests: only agent derived data
43ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.CrossAgentTests.Utilization.UtilizationCrossAgentTests.Setup() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\Utilization\UtilizationCrossAgentTests.cs:line 32
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.CrossAgentTests.Utilization.UtilizationCrossAgentTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\Utilization\UtilizationCrossAgentTests.cs:line 44

 UtilizationCrossAgentTests: only agent derived but bad data
43ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.CrossAgentTests.Utilization.UtilizationCrossAgentTests.Setup() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\Utilization\UtilizationCrossAgentTests.cs:line 32
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.CrossAgentTests.Utilization.UtilizationCrossAgentTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\Utilization\UtilizationCrossAgentTests.cs:line 44

 UtilizationCrossAgentTests: agent derived null and some environment variables
44ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.CrossAgentTests.Utilization.UtilizationCrossAgentTests.Setup() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\Utilization\UtilizationCrossAgentTests.cs:line 32
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.CrossAgentTests.Utilization.UtilizationCrossAgentTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\Utilization\UtilizationCrossAgentTests.cs:line 44

 UtilizationCrossAgentTests: all environment variables
46ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.CrossAgentTests.Utilization.UtilizationCrossAgentTests.Setup() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\Utilization\UtilizationCrossAgentTests.cs:line 32
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.CrossAgentTests.Utilization.UtilizationCrossAgentTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\Utilization\UtilizationCrossAgentTests.cs:line 44

 UtilizationCrossAgentTests: all environment variables with error in processors
53ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.CrossAgentTests.Utilization.UtilizationCrossAgentTests.Setup() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\Utilization\UtilizationCrossAgentTests.cs:line 32
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.CrossAgentTests.Utilization.UtilizationCrossAgentTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\Utilization\UtilizationCrossAgentTests.cs:line 44

 UtilizationCrossAgentTests: all environment variables with error in ram
43ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.CrossAgentTests.Utilization.UtilizationCrossAgentTests.Setup() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\Utilization\UtilizationCrossAgentTests.cs:line 32
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.CrossAgentTests.Utilization.UtilizationCrossAgentTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\Utilization\UtilizationCrossAgentTests.cs:line 44

 UtilizationCrossAgentTests: only agent derived data with aws
39ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.CrossAgentTests.Utilization.UtilizationCrossAgentTests.Setup() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\Utilization\UtilizationCrossAgentTests.cs:line 32
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.CrossAgentTests.Utilization.UtilizationCrossAgentTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\Utilization\UtilizationCrossAgentTests.cs:line 44

 UtilizationCrossAgentTests: invalid agent derived data with aws
52ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.CrossAgentTests.Utilization.UtilizationCrossAgentTests.Setup() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\Utilization\UtilizationCrossAgentTests.cs:line 32
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.CrossAgentTests.Utilization.UtilizationCrossAgentTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\Utilization\UtilizationCrossAgentTests.cs:line 44

 UtilizationCrossAgentTests: only agent derived data with gcp
44ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.CrossAgentTests.Utilization.UtilizationCrossAgentTests.Setup() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\Utilization\UtilizationCrossAgentTests.cs:line 32
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.CrossAgentTests.Utilization.UtilizationCrossAgentTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\Utilization\UtilizationCrossAgentTests.cs:line 44

 UtilizationCrossAgentTests: invalid agent derived data with gcp
43ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.CrossAgentTests.Utilization.UtilizationCrossAgentTests.Setup() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\Utilization\UtilizationCrossAgentTests.cs:line 32
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.CrossAgentTests.Utilization.UtilizationCrossAgentTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\Utilization\UtilizationCrossAgentTests.cs:line 44

 UtilizationCrossAgentTests: only agent derived data with pcf
43ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.CrossAgentTests.Utilization.UtilizationCrossAgentTests.Setup() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\Utilization\UtilizationCrossAgentTests.cs:line 32
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.CrossAgentTests.Utilization.UtilizationCrossAgentTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\Utilization\UtilizationCrossAgentTests.cs:line 44

 UtilizationCrossAgentTests: invalid agent derived data with pcf
46ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.CrossAgentTests.Utilization.UtilizationCrossAgentTests.Setup() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\Utilization\UtilizationCrossAgentTests.cs:line 32
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.CrossAgentTests.Utilization.UtilizationCrossAgentTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\Utilization\UtilizationCrossAgentTests.cs:line 44

 UtilizationCrossAgentTests: only agent derived data with azure
42ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.CrossAgentTests.Utilization.UtilizationCrossAgentTests.Setup() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\Utilization\UtilizationCrossAgentTests.cs:line 32
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.CrossAgentTests.Utilization.UtilizationCrossAgentTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\Utilization\UtilizationCrossAgentTests.cs:line 44

 UtilizationCrossAgentTests: invalid agent derived data with azure
43ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.CrossAgentTests.Utilization.UtilizationCrossAgentTests.Setup() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\Utilization\UtilizationCrossAgentTests.cs:line 32
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.CrossAgentTests.Utilization.UtilizationCrossAgentTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\Utilization\UtilizationCrossAgentTests.cs:line 44

 UtilizationCrossAgentTests: kubernetes service host environment variable
50ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.CrossAgentTests.Utilization.UtilizationCrossAgentTests.Setup() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\Utilization\UtilizationCrossAgentTests.cs:line 32
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.CrossAgentTests.Utilization.UtilizationCrossAgentTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\Utilization\UtilizationCrossAgentTests.cs:line 44

 UtilizationCrossAgentTests: only kubernetes service port environment variable
47ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.CrossAgentTests.Utilization.UtilizationCrossAgentTests.Setup() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\Utilization\UtilizationCrossAgentTests.cs:line 32
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.CrossAgentTests.Utilization.UtilizationCrossAgentTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossAgentTests\Utilization\UtilizationCrossAgentTests.cs:line 44

 cat_attributes_when_header_is_present
44ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.CrossApplicationTracingTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossApplicationTracingTests.cs:line 26
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.CrossApplicationTracingTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossApplicationTracingTests.cs:line 36

 cat_attributes_when_header_is_present_case_insensitive
41ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.CrossApplicationTracingTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossApplicationTracingTests.cs:line 26
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.CrossApplicationTracingTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossApplicationTracingTests.cs:line 36

 cat_attributes_when_no_header_is_present
46ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.CrossApplicationTracingTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossApplicationTracingTests.cs:line 26
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.CrossApplicationTracingTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossApplicationTracingTests.cs:line 36

 cat_attributes_when_no_headers_are_provided
45ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.CrossApplicationTracingTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossApplicationTracingTests.cs:line 26
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.CrossApplicationTracingTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CrossApplicationTracingTests.cs:line 36

 CustomInstrumentationEditor_Applied
42ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.CustomInstrumentationEditorTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CustomInstrumentationEditorTests.cs:line 22
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.CustomInstrumentationEditorTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CustomInstrumentationEditorTests.cs:line 37

 CustomInstrumentationEditor_Disabled_NotApplied
44ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.CustomInstrumentationEditorTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CustomInstrumentationEditorTests.cs:line 22
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.CustomInstrumentationEditorTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CustomInstrumentationEditorTests.cs:line 37

 CustomInstrumentationEditor_HighSecurity_NotApplied
49ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.CustomInstrumentationEditorTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CustomInstrumentationEditorTests.cs:line 22
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.CustomInstrumentationEditorTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CustomInstrumentationEditorTests.cs:line 37

 CustomInstrumentationEditor_WhenLiveInstrumentationEditorIsClearedThenLiveInstrumentationGetsSetToEmpty
47ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.CustomInstrumentationEditorTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CustomInstrumentationEditorTests.cs:line 22
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.CustomInstrumentationEditorTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CustomInstrumentationEditorTests.cs:line 37

 DatastoreInstance_AllAttributes_OnSqlTrace_When_InstanceReportingIsEnabled_And_DatabaseNameReportingIsEnabled
44ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.DatastoreInstanceTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\DatastoreInstanceTests.cs:line 21
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.DatastoreInstanceTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\DatastoreInstanceTests.cs:line 28

 DatastoreInstance_AllAttributes_OnTransactionTrace_WhenInstanceReportingIsEnabled_And_WhenDatabaseNameReportingIsEnabled
55ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.DatastoreInstanceTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\DatastoreInstanceTests.cs:line 21
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.DatastoreInstanceTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\DatastoreInstanceTests.cs:line 28

 DatastoreInstance_DatabaseName_OnSqlTrace_WhenInstanceReportingIsDisabled
46ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.DatastoreInstanceTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\DatastoreInstanceTests.cs:line 21
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.DatastoreInstanceTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\DatastoreInstanceTests.cs:line 28

 DatastoreInstance_DatabaseName_OnTransactionTrace_WhenInstanceReportingIsDisabled
49ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.DatastoreInstanceTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\DatastoreInstanceTests.cs:line 21
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.DatastoreInstanceTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\DatastoreInstanceTests.cs:line 28

 DatastoreInstance_Host_PortPathOrId_OnSqlTrace_When_InstanceReportingIsEnabled_And_DatabaseNameReportingIsDisabled
45ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.DatastoreInstanceTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\DatastoreInstanceTests.cs:line 21
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.DatastoreInstanceTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\DatastoreInstanceTests.cs:line 28

 DatastoreInstance_Host_PortPathOrId_OnTransactionTrace_WhenDatabaseNameReportingIsDisabled
43ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.DatastoreInstanceTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\DatastoreInstanceTests.cs:line 21
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.DatastoreInstanceTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\DatastoreInstanceTests.cs:line 28

 DatastoreInstance_NoAttributes_OnSqlTrace_When_InstanceReportingIsDisabled_And_DatabaseNameReportingIsDisabled
43ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.DatastoreInstanceTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\DatastoreInstanceTests.cs:line 21
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.DatastoreInstanceTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\DatastoreInstanceTests.cs:line 28

 DatastoreInstance_NoAttributes_OnTransactionTrace_WhenInstanceReportingIsDisabled_And_WhenDatabaseNameReportingIsDisabled
49ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.DatastoreInstanceTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\DatastoreInstanceTests.cs:line 21
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.DatastoreInstanceTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\DatastoreInstanceTests.cs:line 28

 DatastoreSegment_HasNoQueryParameters
52ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.DatastoreSegmentQueryParametersTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\DatastoreSegmentQueryParametersTests.cs:line 27
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.DatastoreSegmentQueryParametersTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\DatastoreSegmentQueryParametersTests.cs:line 34

 DatastoreSegment_HasQueryParameters
46ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.DatastoreSegmentQueryParametersTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\DatastoreSegmentQueryParametersTests.cs:line 27
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.DatastoreSegmentQueryParametersTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\DatastoreSegmentQueryParametersTests.cs:line 34

 DatastoreSegment_ModifiedQueryParametersShouldNotBeAvailableInTheSegment
40ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.DatastoreSegmentQueryParametersTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\DatastoreSegmentQueryParametersTests.cs:line 27
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.DatastoreSegmentQueryParametersTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\DatastoreSegmentQueryParametersTests.cs:line 34

 DatastoreSegment_ShouldHandleBadResultsFromObjectsConvertedToStrings
44ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.DatastoreSegmentQueryParametersTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\DatastoreSegmentQueryParametersTests.cs:line 27
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.DatastoreSegmentQueryParametersTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\DatastoreSegmentQueryParametersTests.cs:line 34

 DatastoreSegment_ShouldHandleBooleanParameters
44ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.DatastoreSegmentQueryParametersTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\DatastoreSegmentQueryParametersTests.cs:line 27
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.DatastoreSegmentQueryParametersTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\DatastoreSegmentQueryParametersTests.cs:line 34

 DatastoreSegment_ShouldHandleCharParameters
41ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.DatastoreSegmentQueryParametersTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\DatastoreSegmentQueryParametersTests.cs:line 27
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.DatastoreSegmentQueryParametersTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\DatastoreSegmentQueryParametersTests.cs:line 34

 DatastoreSegment_ShouldHandleLongParameterNames
39ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.DatastoreSegmentQueryParametersTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\DatastoreSegmentQueryParametersTests.cs:line 27
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.DatastoreSegmentQueryParametersTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\DatastoreSegmentQueryParametersTests.cs:line 34

 DatastoreSegment_ShouldHandleNumericTypes
46ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.DatastoreSegmentQueryParametersTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\DatastoreSegmentQueryParametersTests.cs:line 27
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.DatastoreSegmentQueryParametersTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\DatastoreSegmentQueryParametersTests.cs:line 34

 DatastoreSegment_ShouldHandleUnsupportedTypes
38ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.DatastoreSegmentQueryParametersTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\DatastoreSegmentQueryParametersTests.cs:line 27
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.DatastoreSegmentQueryParametersTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\DatastoreSegmentQueryParametersTests.cs:line 34

 DatastoreSegment_ShouldTruncateLongStringValues
40ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.DatastoreSegmentQueryParametersTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\DatastoreSegmentQueryParametersTests.cs:line 27
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.DatastoreSegmentQueryParametersTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\DatastoreSegmentQueryParametersTests.cs:line 34

 DatastoreSegment_WithoutQueryParameters
41ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.DatastoreSegmentQueryParametersTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\DatastoreSegmentQueryParametersTests.cs:line 27
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.DatastoreSegmentQueryParametersTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\DatastoreSegmentQueryParametersTests.cs:line 34

 TransactionTrace_HasNoQueryParameters
42ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.DatastoreTransactionTraceTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\DatastoreTransactionTraceTests.cs:line 24
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.DatastoreTransactionTraceTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\DatastoreTransactionTraceTests.cs:line 31

 TransactionTrace_HasQueryParameters
50ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.DatastoreTransactionTraceTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\DatastoreTransactionTraceTests.cs:line 24
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.DatastoreTransactionTraceTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\DatastoreTransactionTraceTests.cs:line 31

 TransactionTrace_HasSqlParameter
51ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.DatastoreTransactionTraceTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\DatastoreTransactionTraceTests.cs:line 24
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.DatastoreTransactionTraceTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\DatastoreTransactionTraceTests.cs:line 31

 TransactionTrace_NoQueryParameterInput_HasNoQueryParameters
45ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.DatastoreTransactionTraceTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\DatastoreTransactionTraceTests.cs:line 24
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.DatastoreTransactionTraceTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\DatastoreTransactionTraceTests.cs:line 31

 ShouldAcceptStringDistributedTracePayloadWhenDTEnabled
43ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.DistributedTracingApiTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\DistributedTracingApiTests.cs:line 44
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.DistributedTracingApiTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\DistributedTracingApiTests.cs:line 55

 ShouldCreateDistributedTracePayload
40ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.DistributedTracingApiTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\DistributedTracingApiTests.cs:line 44
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.DistributedTracingApiTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\DistributedTracingApiTests.cs:line 55

 ShouldNotAcceptBadStringDistributedTracePayload
46ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.DistributedTracingApiTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\DistributedTracingApiTests.cs:line 44
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.DistributedTracingApiTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\DistributedTracingApiTests.cs:line 55

 ShouldNotAcceptEmptyStringDistributedTracePayload
43ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.DistributedTracingApiTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\DistributedTracingApiTests.cs:line 44
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.DistributedTracingApiTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\DistributedTracingApiTests.cs:line 55

 ShouldNotAcceptStringDistributedTracePayloadWhenDTNotEnabled
51ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.DistributedTracingApiTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\DistributedTracingApiTests.cs:line 44
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.DistributedTracingApiTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\DistributedTracingApiTests.cs:line 55

 ShouldNotCreateDistributedTracePayload_WhenDistributedTracingIsDisabled
41ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.DistributedTracingApiTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\DistributedTracingApiTests.cs:line 44
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.DistributedTracingApiTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\DistributedTracingApiTests.cs:line 55

 CreatedTransactionIdTraceIdSpanIdShouldBeLowerCase
42ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.DistributedTracingTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\DistributedTracingTests.cs:line 30
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.DistributedTracingTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\DistributedTracingTests.cs:line 37

 DatastoreSpanEvent_NotNullCommandTextGeneratesStatementAttribute
45ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.DistributedTracingTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\DistributedTracingTests.cs:line 30
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.DistributedTracingTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\DistributedTracingTests.cs:line 37

 DatastoreSpanEvent_NullCommandTextDoesNotGenerateStatementAttribute
40ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.DistributedTracingTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\DistributedTracingTests.cs:line 30
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.DistributedTracingTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\DistributedTracingTests.cs:line 37

 MessageBrokerSegmentResultsInSpanEventCategoryOfGeneric
41ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.DistributedTracingTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\DistributedTracingTests.cs:line 30
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.DistributedTracingTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\DistributedTracingTests.cs:line 37

 MissingEventHarvestConfig_ShouldNotGenerateSupportabilityMetrics
46ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.EventHarvestConfigSupportabilityMetricsTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\EventHarvestConfigSupportabilityMetricsTests.cs:line 28
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.EventHarvestConfigSupportabilityMetricsTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\EventHarvestConfigSupportabilityMetricsTests.cs:line 49

 MissingHarvestLimit_ShouldNotGenerateHarvestLimitMetrics
40ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.EventHarvestConfigSupportabilityMetricsTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\EventHarvestConfigSupportabilityMetricsTests.cs:line 28
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.EventHarvestConfigSupportabilityMetricsTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\EventHarvestConfigSupportabilityMetricsTests.cs:line 49

 MissingReportPeriod_ShouldNotGenerateHarvestLimitMetrics
39ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.EventHarvestConfigSupportabilityMetricsTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\EventHarvestConfigSupportabilityMetricsTests.cs:line 28
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.EventHarvestConfigSupportabilityMetricsTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\EventHarvestConfigSupportabilityMetricsTests.cs:line 49

 MissingReportPeriod_ShouldNotGenerateSupportabilityMetrics
42ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.EventHarvestConfigSupportabilityMetricsTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\EventHarvestConfigSupportabilityMetricsTests.cs:line 28
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.EventHarvestConfigSupportabilityMetricsTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\EventHarvestConfigSupportabilityMetricsTests.cs:line 49

 ShouldGenerateHarvestLimitSupportabilityMetric("error_event_data","EventHarvest/ErrorEventData/HarvestLimit")
45ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.EventHarvestConfigSupportabilityMetricsTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\EventHarvestConfigSupportabilityMetricsTests.cs:line 28
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.EventHarvestConfigSupportabilityMetricsTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\EventHarvestConfigSupportabilityMetricsTests.cs:line 49

 ShouldGenerateHarvestLimitSupportabilityMetric("custom_event_data","EventHarvest/CustomEventData/HarvestLimit")
42ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.EventHarvestConfigSupportabilityMetricsTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\EventHarvestConfigSupportabilityMetricsTests.cs:line 28
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.EventHarvestConfigSupportabilityMetricsTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\EventHarvestConfigSupportabilityMetricsTests.cs:line 49

 ShouldGenerateHarvestLimitSupportabilityMetric("analytic_event_data","EventHarvest/AnalyticEventData/HarvestLimit")
40ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.EventHarvestConfigSupportabilityMetricsTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\EventHarvestConfigSupportabilityMetricsTests.cs:line 28
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.EventHarvestConfigSupportabilityMetricsTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\EventHarvestConfigSupportabilityMetricsTests.cs:line 49

 ShouldGenerateHarvestLimitSupportabilityMetric("span_event_data","EventHarvest/SpanEventData/HarvestLimit")
42ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.EventHarvestConfigSupportabilityMetricsTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\EventHarvestConfigSupportabilityMetricsTests.cs:line 28
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.EventHarvestConfigSupportabilityMetricsTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\EventHarvestConfigSupportabilityMetricsTests.cs:line 49

 ShouldGenerateReportPeriodSupportabilityMetric
58ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.EventHarvestConfigSupportabilityMetricsTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\EventHarvestConfigSupportabilityMetricsTests.cs:line 28
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.EventHarvestConfigSupportabilityMetricsTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\EventHarvestConfigSupportabilityMetricsTests.cs:line 49

 keytransaction_trace_created_when_configured_and_above_apdexT
42ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.KeyTransactionTracingTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\KeyTransactionTracingTests.cs:line 21
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.KeyTransactionTracingTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\KeyTransactionTracingTests.cs:line 28

 keytransaction_trace_not_created_when_configured_and_not_above_apdexT
53ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.KeyTransactionTracingTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\KeyTransactionTracingTests.cs:line 21
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.KeyTransactionTracingTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\KeyTransactionTracingTests.cs:line 28

 keytransaction_trace_not_created_when_not_configured
41ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.KeyTransactionTracingTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\KeyTransactionTracingTests.cs:line 21
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.KeyTransactionTracingTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\KeyTransactionTracingTests.cs:line 28

 keytransaction_worst_trace_collected
43ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.KeyTransactionTracingTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\KeyTransactionTracingTests.cs:line 21
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.KeyTransactionTracingTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\KeyTransactionTracingTests.cs:line 28

 ChildDurationShouldCountTowardsParentsExclusiveTime
39ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.SegmentsTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\SegmentsTests.cs:line 32
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.SegmentsTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\SegmentsTests.cs:line 39

 ChildDurationShouldNotCountTowardsParentsExclusiveTime
42ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.SegmentsTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\SegmentsTests.cs:line 32
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.SegmentsTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\SegmentsTests.cs:line 39

 CustomSegment_HasCorrectMetrics_IfInputIsPrefixedWithCustom
40ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.SegmentsTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\SegmentsTests.cs:line 32
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.SegmentsTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\SegmentsTests.cs:line 39

 CustomSegment_HasCorrectTraceNameAndMetrics
45ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.SegmentsTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\SegmentsTests.cs:line 32
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.SegmentsTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\SegmentsTests.cs:line 39

 CustomSegment_ShouldNotHaveMetrics_OutsideATransaction
46ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.SegmentsTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\SegmentsTests.cs:line 32
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.SegmentsTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\SegmentsTests.cs:line 39

 DatastoreSegment_HasCorrectTraceNameAndMetrics
42ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.SegmentsTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\SegmentsTests.cs:line 32
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.SegmentsTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\SegmentsTests.cs:line 39

 DatastoreSegment_HasCorrectTraceNameAndMetrics_WhenNullModel
43ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.SegmentsTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\SegmentsTests.cs:line 32
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.SegmentsTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\SegmentsTests.cs:line 39

 DatastoreSegment_HasCorrectTraceNameAndMetrics_WhenNullModelAndOperation
41ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.SegmentsTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\SegmentsTests.cs:line 32
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.SegmentsTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\SegmentsTests.cs:line 39

 DatastoreSegment_HasNoInstanceMetric_WhenInstanceReportingIsDisabled
44ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.SegmentsTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\SegmentsTests.cs:line 32
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.SegmentsTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\SegmentsTests.cs:line 39

 EndingASegmentTwice_HasNoEffect
43ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.SegmentsTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\SegmentsTests.cs:line 32
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.SegmentsTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\SegmentsTests.cs:line 39

 EndingSegmentsInWrongOrder_DoesNotThrow
41ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.SegmentsTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\SegmentsTests.cs:line 32
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.SegmentsTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\SegmentsTests.cs:line 39

 ExternalSegment_HasCorrectTraceNameAndMetrics
43ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.SegmentsTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\SegmentsTests.cs:line 32
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.SegmentsTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\SegmentsTests.cs:line 39

 ExternalSegment_HasCorrectTraceNameAndMetrics_IfCatResponseReceived
45ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.SegmentsTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\SegmentsTests.cs:line 32
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.SegmentsTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\SegmentsTests.cs:line 39

 ExternalSegment_ShouldNotHaveMetrics_OutsideATransaction
41ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.SegmentsTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\SegmentsTests.cs:line 32
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.SegmentsTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\SegmentsTests.cs:line 39

 MessageBrokerSegment_HasCorrectTraceNameAndMetrics
40ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.SegmentsTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\SegmentsTests.cs:line 32
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.SegmentsTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\SegmentsTests.cs:line 39

 MessageBrokerSegment_ShouldNotHaveMetrics_OutsideATransaction
39ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.SegmentsTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\SegmentsTests.cs:line 32
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.SegmentsTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\SegmentsTests.cs:line 39

 MethodSegment_HasCorrectTraceNameAndMetrics
61ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.SegmentsTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\SegmentsTests.cs:line 32
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.SegmentsTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\SegmentsTests.cs:line 39

 MethodSegment_ShouldNotHaveMetrics_OutsideATransaction
44ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.SegmentsTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\SegmentsTests.cs:line 32
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.SegmentsTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\SegmentsTests.cs:line 39

 SegmentEndWithExceptionCapturesErrorAttributes
46ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.SegmentsTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\SegmentsTests.cs:line 32
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.SegmentsTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\SegmentsTests.cs:line 39

 SiblingSegments_AreNestedTogether
48ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.SegmentsTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\SegmentsTests.cs:line 32
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.SegmentsTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\SegmentsTests.cs:line 39

 SimpleSegment_HasCorrectTraceNameAndMetrics
42ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.SegmentsTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\SegmentsTests.cs:line 32
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.SegmentsTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\SegmentsTests.cs:line 39

 SimpleSegment_ShouldNotHaveMetrics_OutsideATransaction
43ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.SegmentsTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\SegmentsTests.cs:line 32
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.SegmentsTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\SegmentsTests.cs:line 39

 SingleAddedSegment_IsNestedBelowRootSegment
45ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.SegmentsTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\SegmentsTests.cs:line 32
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.SegmentsTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\SegmentsTests.cs:line 39

 UnfinishedSegments_AreStillReported
40ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.SegmentsTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\SegmentsTests.cs:line 32
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.SegmentsTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\SegmentsTests.cs:line 39

 SqlParsingCacheMetricsAreGenerated
41ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.SqlParsingCacheSupportabilityMetricTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\SqlParsingCacheSupportabilityMetricTests.cs:line 24
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.SqlParsingCacheSupportabilityMetricTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\SqlParsingCacheSupportabilityMetricTests.cs:line 31

 SqlParsingCacheMetricsAreResetBetweenHarvests
42ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.SqlParsingCacheSupportabilityMetricTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\SqlParsingCacheSupportabilityMetricTests.cs:line 24
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.SqlParsingCacheSupportabilityMetricTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\SqlParsingCacheSupportabilityMetricTests.cs:line 31

 CreatesDatastoreTransactionButNoExplainPlanWhenVendorValidationFails
42ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.SqlTraceTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\SqlTraceTests.cs:line 28
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.SqlTraceTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\SqlTraceTests.cs:line 35

 CreatesTransactionAndSqlTrace_RequestUriGloballyExcluded
42ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.SqlTraceTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\SqlTraceTests.cs:line 28
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.SqlTraceTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\SqlTraceTests.cs:line 35

 CreatesTransactionAndSqlTrace_RequestUriLocallyExcluded
43ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.SqlTraceTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\SqlTraceTests.cs:line 28
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.SqlTraceTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\SqlTraceTests.cs:line 35

 SimpleTransaction_CreatesDatastoreTransactionAndExplainPlan
42ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.SqlTraceTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\SqlTraceTests.cs:line 28
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.SqlTraceTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\SqlTraceTests.cs:line 35

 SimpleTransaction_CreatesDatastoreTransactionAndSqlTrace
43ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.SqlTraceTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\SqlTraceTests.cs:line 28
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.SqlTraceTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\SqlTraceTests.cs:line 35

 SimpleTransaction_CreatesDatastoreTransactionAndSqlTrace_HasNoQueryParameters
42ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.SqlTraceTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\SqlTraceTests.cs:line 28
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.SqlTraceTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\SqlTraceTests.cs:line 35

 SimpleTransaction_CreatesDatastoreTransactionAndSqlTrace_HasQueryParameters
42ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.SqlTraceTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\SqlTraceTests.cs:line 28
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.SqlTraceTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\SqlTraceTests.cs:line 35

 SimpleTransaction_CreatesDatastoreTransactionAndSqlTrace_NoQueryParameterInput_HasNoQueryParameters
42ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.SqlTraceTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\SqlTraceTests.cs:line 28
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.SqlTraceTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\SqlTraceTests.cs:line 35

 SimpleTransaction_CreatesNoSqlTraceOnFastQuery
43ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.SqlTraceTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\SqlTraceTests.cs:line 28
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.SqlTraceTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\SqlTraceTests.cs:line 35

 synthetics_attributes_when_header_is_present
54ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.SyntheticsTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\SyntheticsTests.cs:line 43
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.SyntheticsTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\SyntheticsTests.cs:line 53

 synthetics_attributes_when_no_header_is_present
40ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.SyntheticsTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\SyntheticsTests.cs:line 43
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.SyntheticsTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\SyntheticsTests.cs:line 53

 synthetics_attributes_when_no_headers_are_provided
52ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.SyntheticsTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\SyntheticsTests.cs:line 43
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.SyntheticsTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\SyntheticsTests.cs:line 53

 synthetics_header_can_be_decoded_from_outbound_request
43ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.SyntheticsTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\SyntheticsTests.cs:line 43
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.SyntheticsTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\SyntheticsTests.cs:line 53

 synthetics_header_is_generated_when_outbound_request_is_made
44ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.SyntheticsTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\SyntheticsTests.cs:line 43
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.SyntheticsTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\SyntheticsTests.cs:line 53

 synthetics_attributes_when_header_is_present
41ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.SyntheticsTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\SyntheticsTests.cs:line 43
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.SyntheticsTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\SyntheticsTests.cs:line 53

 synthetics_attributes_when_no_header_is_present
46ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.SyntheticsTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\SyntheticsTests.cs:line 43
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.SyntheticsTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\SyntheticsTests.cs:line 53

 synthetics_attributes_when_no_headers_are_provided
42ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.SyntheticsTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\SyntheticsTests.cs:line 43
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.SyntheticsTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\SyntheticsTests.cs:line 53

 synthetics_header_can_be_decoded_from_outbound_request
46ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.SyntheticsTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\SyntheticsTests.cs:line 43
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.SyntheticsTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\SyntheticsTests.cs:line 53

 synthetics_header_is_generated_when_outbound_request_is_made
41ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.SyntheticsTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\SyntheticsTests.cs:line 43
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.SyntheticsTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\SyntheticsTests.cs:line 53

 SetCustomTransactionName_UpdatesTransactionNameCorrectly_IfNameIsPrefixedWithCustom
45ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.TransactionNameTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\TransactionNameTests.cs:line 22
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.TransactionNameTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\TransactionNameTests.cs:line 29

 SetCustomTransactionName_UpdatesTransactionNameCorrectly_IfNonWebTransaction
39ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.TransactionNameTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\TransactionNameTests.cs:line 22
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.TransactionNameTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\TransactionNameTests.cs:line 29

 SetCustomTransactionName_UpdatesTransactionNameCorrectly_IfWebTransaction
38ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.TransactionNameTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\TransactionNameTests.cs:line 22
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.TransactionNameTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\TransactionNameTests.cs:line 29

 SetMessageBrokerTransactionName_UpdatesTransactionNameCorrectly
42ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.TransactionNameTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\TransactionNameTests.cs:line 22
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.TransactionNameTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\TransactionNameTests.cs:line 29

 SetOtherTransactionName_UpdatesTransactionNameCorrectly
40ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.TransactionNameTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\TransactionNameTests.cs:line 22
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.TransactionNameTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\TransactionNameTests.cs:line 29

 SetWebTransactionName_NotOverriddenByLowerPriorityName
43ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.TransactionNameTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\TransactionNameTests.cs:line 22
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.TransactionNameTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\TransactionNameTests.cs:line 29

 SetWebTransactionName_NotOverriddenBySamePriorityName
42ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.TransactionNameTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\TransactionNameTests.cs:line 22
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.TransactionNameTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\TransactionNameTests.cs:line 29

 SetWebTransactionName_OverriddenByHigherPriorityName
44ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.TransactionNameTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\TransactionNameTests.cs:line 22
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.TransactionNameTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\TransactionNameTests.cs:line 29

 SetWebTransactionName_UpdatesTransactionNameCorrectly
40ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.TransactionNameTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\TransactionNameTests.cs:line 22
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.TransactionNameTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\TransactionNameTests.cs:line 29

 SetWebTransactionNameFromPath_UpdatesTransactionNameCorrectly
40ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.TransactionNameTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\TransactionNameTests.cs:line 22
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.TransactionNameTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\TransactionNameTests.cs:line 29

 SetWebTransactionNameFromStatusCode_RollsUpTransactionNameCorrectly
42ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.TransactionNameTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\TransactionNameTests.cs:line 22
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.TransactionNameTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\TransactionNameTests.cs:line 29

 AgentTiming_WhenDisabledThenNoAgentTimingMetrics
44ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.TransactionTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\TransactionTests.cs:line 29
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.TransactionTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\TransactionTests.cs:line 36

 AgentTiming_WhenEnabledThenAgentTimingMetrics
41ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.TransactionTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\TransactionTests.cs:line 29
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.TransactionTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\TransactionTests.cs:line 36

 ErrorTransaction_CreatesErrorTraceAndEvent
43ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.TransactionTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\TransactionTests.cs:line 29
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.TransactionTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\TransactionTests.cs:line 36

 FastTransaction_DoesNotCreateTransactionTrace
42ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.TransactionTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\TransactionTests.cs:line 29
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.TransactionTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\TransactionTests.cs:line 36

 NoRequestUriAttributeInErrorEventWithoutTransaction
52ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.TransactionTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\TransactionTests.cs:line 29
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.TransactionTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\TransactionTests.cs:line 36

 NoRequestUriInErrorEventWithTransaction
41ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.TransactionTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\TransactionTests.cs:line 29
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.TransactionTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\TransactionTests.cs:line 36

 NoRequestUriInErrorTrace
45ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.TransactionTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\TransactionTests.cs:line 29
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.TransactionTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\TransactionTests.cs:line 36

 NoRequestUriInTransactionEvent
42ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.TransactionTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\TransactionTests.cs:line 29
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.TransactionTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\TransactionTests.cs:line 36

 NoRequestUriInTransactionTrace
40ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.TransactionTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\TransactionTests.cs:line 29
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.TransactionTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\TransactionTests.cs:line 36

 RequestUriInErrorEventWithTransaction
42ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.TransactionTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\TransactionTests.cs:line 29
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.TransactionTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\TransactionTests.cs:line 36

 RequestUriInErrorTrace
43ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.TransactionTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\TransactionTests.cs:line 29
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.TransactionTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\TransactionTests.cs:line 36

 RequestUriInTransactionEvent
39ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.TransactionTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\TransactionTests.cs:line 29
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.TransactionTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\TransactionTests.cs:line 36

 RequestUriInTransactionTrace
46ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.TransactionTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\TransactionTests.cs:line 29
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.TransactionTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\TransactionTests.cs:line 36

 ResponseTimeAndDurationAreNotTheSameForOtherTransactions
44ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.TransactionTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\TransactionTests.cs:line 29
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.TransactionTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\TransactionTests.cs:line 36

 ResponseTimeAndDurationAreNotTheSameForWebTransactions
39ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.TransactionTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\TransactionTests.cs:line 29
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.TransactionTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\TransactionTests.cs:line 36

 ResponseTimeShouldMatchTransactionDurationForOtherTransactions
41ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.TransactionTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\TransactionTests.cs:line 29
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.TransactionTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\TransactionTests.cs:line 36

 ResponseTimeShouldMatchTransactionDurationForWebTransactions
48ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.TransactionTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\TransactionTests.cs:line 29
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.TransactionTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\TransactionTests.cs:line 36

 ResponseTimeShouldNotBeCapturedWhenReleasingATransactionBeforeItEnds
47ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.TransactionTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\TransactionTests.cs:line 29
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.TransactionTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\TransactionTests.cs:line 36

 ResponseTimeShouldOnlyBeCapturedOnce
40ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.TransactionTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\TransactionTests.cs:line 29
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.TransactionTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\TransactionTests.cs:line 36

 SimpleTransaction_CreatesTransactionTraceAndEvent
40ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.TransactionTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\TransactionTests.cs:line 29
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.TransactionTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\TransactionTests.cs:line 36

 TransactionEventAndErrorEventUseCorrectTimestampAttributes
42ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.TransactionTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\TransactionTests.cs:line 29
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.TransactionTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\TransactionTests.cs:line 36

 TransactionEventIgnoreErrors
47ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.TransactionTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\TransactionTests.cs:line 29
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.TransactionTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\TransactionTests.cs:line 36

 TransactionWithNoSegments_DoesNotCreateTraceOrEvent
40ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.TransactionTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\TransactionTests.cs:line 29
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.TransactionTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\TransactionTests.cs:line 36

 TransactionWithUnfinishedSegments_CreatesTraceAndEvent
41ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.TransactionTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\TransactionTests.cs:line 29
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.TransactionTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\TransactionTests.cs:line 36

 UnknownRequestUriInErrorEventWithTransaction
43ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.TransactionTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\TransactionTests.cs:line 29
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.TransactionTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\TransactionTests.cs:line 36

 UnknownRequestUriInTransactionEvent
49ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.TransactionTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\TransactionTests.cs:line 29
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.TransactionTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\TransactionTests.cs:line 36

 UnknownRequestUriInTransactionTrace
44ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.TransactionTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\TransactionTests.cs:line 29
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.TransactionTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\TransactionTests.cs:line 36

 BeforeWrappedMethod_ReturnsNoOp_IfTheRequiredTransactionIsFinished
47ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at CompositeTests.WrapperServiceTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\WrapperServiceTests.cs:line 20
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at CompositeTests.WrapperServiceTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\WrapperServiceTests.cs:line 27

 ExceptionOnStartupIsHandled
42ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at NewRelic.Agent.Core.Samplers.GcSamplerNetCoreTests.Setup() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\Samplers\GcSamplerNetCoreTests.cs:line 50
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at NewRelic.Agent.Core.Samplers.GcSamplerNetCoreTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\Samplers\GcSamplerNetCoreTests.cs:line 68

 FailureToCollectSampleShutsDownSampler
42ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at NewRelic.Agent.Core.Samplers.GcSamplerNetCoreTests.Setup() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\Samplers\GcSamplerNetCoreTests.cs:line 50
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at NewRelic.Agent.Core.Samplers.GcSamplerNetCoreTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\Samplers\GcSamplerNetCoreTests.cs:line 68

 SamplerDisposesEventListenerWhenDisposed
43ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at NewRelic.Agent.Core.Samplers.GcSamplerNetCoreTests.Setup() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\Samplers\GcSamplerNetCoreTests.cs:line 50
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at NewRelic.Agent.Core.Samplers.GcSamplerNetCoreTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\Samplers\GcSamplerNetCoreTests.cs:line 68

 SamplerDisposesEventListenerWhenStopped
41ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at NewRelic.Agent.Core.Samplers.GcSamplerNetCoreTests.Setup() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\Samplers\GcSamplerNetCoreTests.cs:line 50
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at NewRelic.Agent.Core.Samplers.GcSamplerNetCoreTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\Samplers\GcSamplerNetCoreTests.cs:line 68

 SamplerInvokesTransformerTransformMethod
41ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at NewRelic.Agent.Core.Samplers.GcSamplerNetCoreTests.Setup() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\Samplers\GcSamplerNetCoreTests.cs:line 50
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at NewRelic.Agent.Core.Samplers.GcSamplerNetCoreTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\Samplers\GcSamplerNetCoreTests.cs:line 68

 SamplerStartsEventListenerWhenStarted
41ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at NewRelic.Agent.Core.Samplers.GcSamplerNetCoreTests.Setup() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\Samplers\GcSamplerNetCoreTests.cs:line 50
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at NewRelic.Agent.Core.Samplers.GcSamplerNetCoreTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\Samplers\GcSamplerNetCoreTests.cs:line 68

 SamplerStartsWithoutException
48ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at NewRelic.Agent.Core.Samplers.GcSamplerNetCoreTests.Setup() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\Samplers\GcSamplerNetCoreTests.cs:line 50
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at NewRelic.Agent.Core.Samplers.GcSamplerNetCoreTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\Samplers\GcSamplerNetCoreTests.cs:line 68

 SamplerTransformsValuesFromExpectedGCSampleTypes
41ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at NewRelic.Agent.Core.Samplers.GcSamplerNetCoreTests.Setup() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\Samplers\GcSamplerNetCoreTests.cs:line 50
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at NewRelic.Agent.Core.Samplers.GcSamplerNetCoreTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\Samplers\GcSamplerNetCoreTests.cs:line 68

 SupportedPlatformAllowsSamplerToStart
42ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at NewRelic.Agent.Core.Samplers.GcSamplerNetCoreTests.Setup() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\Samplers\GcSamplerNetCoreTests.cs:line 50
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at NewRelic.Agent.Core.Samplers.GcSamplerNetCoreTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\Samplers\GcSamplerNetCoreTests.cs:line 68

 UnsupportedPlatformPreventsSamplerFromStarting
39ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at NewRelic.Agent.Core.Samplers.GcSamplerNetCoreTests.Setup() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\Samplers\GcSamplerNetCoreTests.cs:line 50
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at NewRelic.Agent.Core.Samplers.GcSamplerNetCoreTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\Samplers\GcSamplerNetCoreTests.cs:line 68

 CreatePerfCounterAllFailuresShutsDownSampler
46ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at NewRelic.Agent.Core.Samplers.GcSamplerTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\Samplers\GcSamplerTests.cs:line 50
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at NewRelic.Agent.Core.Samplers.GcSamplerTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\Samplers\GcSamplerTests.cs:line 63

 CreatePerfCounterSingleFailureContinuesToNext
40ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at NewRelic.Agent.Core.Samplers.GcSamplerTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\Samplers\GcSamplerTests.cs:line 50
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at NewRelic.Agent.Core.Samplers.GcSamplerTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\Samplers\GcSamplerTests.cs:line 63

 FailureOnSampleShutsDownSampler
41ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at NewRelic.Agent.Core.Samplers.GcSamplerTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\Samplers\GcSamplerTests.cs:line 50
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at NewRelic.Agent.Core.Samplers.GcSamplerTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\Samplers\GcSamplerTests.cs:line 63

 SamplerCalculatesValuesCorrectly
42ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at NewRelic.Agent.Core.Samplers.GcSamplerTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\Samplers\GcSamplerTests.cs:line 50
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at NewRelic.Agent.Core.Samplers.GcSamplerTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\Samplers\GcSamplerTests.cs:line 63

 SamplingStopsAfterExceedConsecutiveFailureLimit
45ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at NewRelic.Agent.Core.Samplers.GcSamplerTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\Samplers\GcSamplerTests.cs:line 50
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at NewRelic.Agent.Core.Samplers.GcSamplerTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\Samplers\GcSamplerTests.cs:line 63

 WhenSamplerIsStopped_PerfCounterProxiesAreDisposed
43ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at NewRelic.Agent.Core.Samplers.GcSamplerTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\Samplers\GcSamplerTests.cs:line 50
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at NewRelic.Agent.Core.Samplers.GcSamplerTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\Samplers\GcSamplerTests.cs:line 63

 ConstructingAThreadStatsSamplerShouldNotThrowAnError
46ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at NewRelic.Agent.Core.Samplers.ThreadStatsSamplerTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\Samplers\ThreadStatsSamplerTests.cs:line 33
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at NewRelic.Agent.Core.Samplers.ThreadStatsSamplerTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\Samplers\ThreadStatsSamplerTests.cs:line 47

 threadpool_throughput_sample_generated_on_sample
60ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at NewRelic.Agent.Core.Samplers.ThreadStatsSamplerTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\Samplers\ThreadStatsSamplerTests.cs:line 33
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at NewRelic.Agent.Core.Samplers.ThreadStatsSamplerTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\Samplers\ThreadStatsSamplerTests.cs:line 47

 threadpool_usage_sample_generated_on_sample
45ms
Error:
Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService
  ----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernelByType(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveFromKernel(CreationContext context, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.ResolveCore(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.Resolvers.DefaultDependencyResolver.Resolve(CreationContext context, ISubDependencyResolver contextHandlerResolver, ComponentModel model, DependencyModel dependency)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateConstructorArguments(ConstructorCandidate constructor, CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at CompositeTests.CompositeTestAgent..ctor(Boolean shouldAllowThreads, Boolean includeAsyncLocalStorage) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\CompositeTestAgent.cs:line 171
   at NewRelic.Agent.Core.Samplers.ThreadStatsSamplerTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\Samplers\ThreadStatsSamplerTests.cs:line 33
--TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
--ArgumentNullException
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
--TearDown
   at NewRelic.Agent.Core.Samplers.ThreadStatsSamplerTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\CompositeTests\Samplers\ThreadStatsSamplerTests.cs:line 47

D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\Tests\Agent\UnitTests\Core.UnitTest\bin\Release\net45\NewRelic.Agent.Core.UnitTest.dll
 LazyValueTest_ErrorEvents
70ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Attributes.Tests.AttributeDefinitionServiceTests.UpdateConfig() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Attributes\AttributeDefinitionServiceTests.cs:line 87
   at NewRelic.Agent.Core.Attributes.Tests.AttributeDefinitionServiceTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Attributes\AttributeDefinitionServiceTests.cs:line 76

 LazyValueTest_ErrorTrace
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Attributes.Tests.AttributeDefinitionServiceTests.UpdateConfig() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Attributes\AttributeDefinitionServiceTests.cs:line 87
   at NewRelic.Agent.Core.Attributes.Tests.AttributeDefinitionServiceTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Attributes\AttributeDefinitionServiceTests.cs:line 76

 LazyValueTest_TransactionEvents
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Attributes.Tests.AttributeDefinitionServiceTests.UpdateConfig() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Attributes\AttributeDefinitionServiceTests.cs:line 87
   at NewRelic.Agent.Core.Attributes.Tests.AttributeDefinitionServiceTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Attributes\AttributeDefinitionServiceTests.cs:line 76

 LazyValueTest_TransactionSpanEvents
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Attributes.Tests.AttributeDefinitionServiceTests.UpdateConfig() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Attributes\AttributeDefinitionServiceTests.cs:line 87
   at NewRelic.Agent.Core.Attributes.Tests.AttributeDefinitionServiceTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Attributes\AttributeDefinitionServiceTests.cs:line 76

 LazyValueTest_TransactionTrace
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Attributes.Tests.AttributeDefinitionServiceTests.UpdateConfig() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Attributes\AttributeDefinitionServiceTests.cs:line 87
   at NewRelic.Agent.Core.Attributes.Tests.AttributeDefinitionServiceTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Attributes\AttributeDefinitionServiceTests.cs:line 76

 RequestParametersTest_Events(null,null,null,False)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Attributes.Tests.AttributeDefinitionServiceTests.UpdateConfig() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Attributes\AttributeDefinitionServiceTests.cs:line 87
   at NewRelic.Agent.Core.Attributes.Tests.AttributeDefinitionServiceTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Attributes\AttributeDefinitionServiceTests.cs:line 76

 RequestParametersTest_Events(True,null,null,False)
4ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Attributes.Tests.AttributeDefinitionServiceTests.UpdateConfig() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Attributes\AttributeDefinitionServiceTests.cs:line 87
   at NewRelic.Agent.Core.Attributes.Tests.AttributeDefinitionServiceTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Attributes\AttributeDefinitionServiceTests.cs:line 76

 RequestParametersTest_Events(False,null,null,False)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Attributes.Tests.AttributeDefinitionServiceTests.UpdateConfig() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Attributes\AttributeDefinitionServiceTests.cs:line 87
   at NewRelic.Agent.Core.Attributes.Tests.AttributeDefinitionServiceTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Attributes\AttributeDefinitionServiceTests.cs:line 76

 RequestParametersTest_Events(False,"request.parameters.*",null,True)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Attributes.Tests.AttributeDefinitionServiceTests.UpdateConfig() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Attributes\AttributeDefinitionServiceTests.cs:line 87
   at NewRelic.Agent.Core.Attributes.Tests.AttributeDefinitionServiceTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Attributes\AttributeDefinitionServiceTests.cs:line 76

 RequestParametersTest_Events(null,"request.parameters.*",null,True)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Attributes.Tests.AttributeDefinitionServiceTests.UpdateConfig() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Attributes\AttributeDefinitionServiceTests.cs:line 87
   at NewRelic.Agent.Core.Attributes.Tests.AttributeDefinitionServiceTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Attributes\AttributeDefinitionServiceTests.cs:line 76

 RequestParametersTest_Events(True,"request.parameters.*","request.parameters.foo",False)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Attributes.Tests.AttributeDefinitionServiceTests.UpdateConfig() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Attributes\AttributeDefinitionServiceTests.cs:line 87
   at NewRelic.Agent.Core.Attributes.Tests.AttributeDefinitionServiceTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Attributes\AttributeDefinitionServiceTests.cs:line 76

 RequestParametersTest_Events(null,"request.parameters.*","request.parameters.foo",False)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Attributes.Tests.AttributeDefinitionServiceTests.UpdateConfig() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Attributes\AttributeDefinitionServiceTests.cs:line 87
   at NewRelic.Agent.Core.Attributes.Tests.AttributeDefinitionServiceTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Attributes\AttributeDefinitionServiceTests.cs:line 76

 RequestParametersTest_Events(True,null,"request.parameters.*",False)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Attributes.Tests.AttributeDefinitionServiceTests.UpdateConfig() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Attributes\AttributeDefinitionServiceTests.cs:line 87
   at NewRelic.Agent.Core.Attributes.Tests.AttributeDefinitionServiceTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Attributes\AttributeDefinitionServiceTests.cs:line 76

 RequestParametersTest_Traces(null,null,null,False)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Attributes.Tests.AttributeDefinitionServiceTests.UpdateConfig() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Attributes\AttributeDefinitionServiceTests.cs:line 87
   at NewRelic.Agent.Core.Attributes.Tests.AttributeDefinitionServiceTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Attributes\AttributeDefinitionServiceTests.cs:line 76

 RequestParametersTest_Traces(True,null,null,True)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Attributes.Tests.AttributeDefinitionServiceTests.UpdateConfig() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Attributes\AttributeDefinitionServiceTests.cs:line 87
   at NewRelic.Agent.Core.Attributes.Tests.AttributeDefinitionServiceTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Attributes\AttributeDefinitionServiceTests.cs:line 76

 RequestParametersTest_Traces(False,null,null,False)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Attributes.Tests.AttributeDefinitionServiceTests.UpdateConfig() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Attributes\AttributeDefinitionServiceTests.cs:line 87
   at NewRelic.Agent.Core.Attributes.Tests.AttributeDefinitionServiceTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Attributes\AttributeDefinitionServiceTests.cs:line 76

 RequestParametersTest_Traces(False,"request.parameters.*",null,True)
4ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Attributes.Tests.AttributeDefinitionServiceTests.UpdateConfig() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Attributes\AttributeDefinitionServiceTests.cs:line 87
   at NewRelic.Agent.Core.Attributes.Tests.AttributeDefinitionServiceTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Attributes\AttributeDefinitionServiceTests.cs:line 76

 RequestParametersTest_Traces(null,"request.parameters.*",null,True)
4ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Attributes.Tests.AttributeDefinitionServiceTests.UpdateConfig() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Attributes\AttributeDefinitionServiceTests.cs:line 87
   at NewRelic.Agent.Core.Attributes.Tests.AttributeDefinitionServiceTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Attributes\AttributeDefinitionServiceTests.cs:line 76

 RequestParametersTest_Traces(True,"request.parameters.*","request.parameters.foo",False)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Attributes.Tests.AttributeDefinitionServiceTests.UpdateConfig() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Attributes\AttributeDefinitionServiceTests.cs:line 87
   at NewRelic.Agent.Core.Attributes.Tests.AttributeDefinitionServiceTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Attributes\AttributeDefinitionServiceTests.cs:line 76

 RequestParametersTest_Traces(null,"request.parameters.*","request.parameters.foo",False)
4ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Attributes.Tests.AttributeDefinitionServiceTests.UpdateConfig() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Attributes\AttributeDefinitionServiceTests.cs:line 87
   at NewRelic.Agent.Core.Attributes.Tests.AttributeDefinitionServiceTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Attributes\AttributeDefinitionServiceTests.cs:line 76

 RequestParametersTest_Traces(True,null,"request.parameters.*",False)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Attributes.Tests.AttributeDefinitionServiceTests.UpdateConfig() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Attributes\AttributeDefinitionServiceTests.cs:line 87
   at NewRelic.Agent.Core.Attributes.Tests.AttributeDefinitionServiceTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Attributes\AttributeDefinitionServiceTests.cs:line 76

 publishes_AppNameUpdateEvent
12ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
   at NewRelic.Agent.Core.Configuration.UnitTest.Class_ConfigurationService.Event_AppNameUpdateEvent.publishes_AppNameUpdateEvent() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\ConfigurationService.cs:line 79

 publishes_ConfigurationUpdatedEvent
4ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
   at NewRelic.Agent.Core.Configuration.UnitTest.Class_ConfigurationService.Event_ConfigurationDeserialized.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\ConfigurationService.cs:line 28
--TearDown
   at NewRelic.Agent.Core.Configuration.UnitTest.Class_ConfigurationService.Event_ConfigurationDeserialized.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\ConfigurationService.cs:line 35

 publishes_ConfigurationUpdatedEvent
4ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
   at NewRelic.Agent.Core.Configuration.UnitTest.Class_ConfigurationService.Event_ConnectedToCollector.publishes_ConfigurationUpdatedEvent() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\ConfigurationService.cs:line 58

 responds_to_request
5ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
   at NewRelic.Agent.Core.Configuration.UnitTest.Class_ConfigurationService.Request_GetCurrentConfiguration.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\ConfigurationService.cs:line 99
--TearDown
   at NewRelic.Agent.Core.Configuration.UnitTest.Class_ConfigurationService.Request_GetCurrentConfiguration.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\ConfigurationService.cs:line 105

 responds_with_latest_configuration
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
   at NewRelic.Agent.Core.Configuration.UnitTest.Class_ConfigurationService.Request_GetCurrentConfiguration.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\ConfigurationService.cs:line 99
--TearDown
   at NewRelic.Agent.Core.Configuration.UnitTest.Class_ConfigurationService.Request_GetCurrentConfiguration.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\ConfigurationService.cs:line 105

 AccountIdValue(null,null)
4ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 AccountIdValue("AccountId","AccountId")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 AgentEnabledShouldPassThroughToLocalConfig
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 AnalyticsEventDeprecatedValueOverridesDefault(True)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 AnalyticsEventDeprecatedValueOverridesDefault(False)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 ApplicationNamesPullsMultipleNamesFromAppPoolIdEnvironmentVariaible
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 ApplicationNamesPullsMultipleNamesFromAppSettings
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 ApplicationNamesPullsMultipleNamesFromIisExpressSitenameEnvironmentVariaible
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 ApplicationNamesPullsMultipleNamesFromRoleNameEnvironmentVariaible
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 ApplicationNamesPullsNameFromProcessIdIfAppDomainAppVirtualPathIsNull
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 ApplicationNamesPullsNamesFromNewRelicConfig
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 ApplicationNamesPullsNamesFromRuntimeConfig
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 ApplicationNamesPullsSingleNameFromAppPoolIdEnvironmentVariaible
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 ApplicationNamesPullsSingleNameFromAppPoolIdFromCommandLine("AppPoolId","w3wp.exe -ap AppPoolId")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 ApplicationNamesPullsSingleNameFromAppPoolIdFromCommandLine("AppPoolId","w3wp.exe -ap \"AppPoolId\"")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 ApplicationNamesPullsSingleNameFromAppPoolIdFromCommandLine("W3WP","w3wp.exe -app \"NotAnAppPool\"")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 ApplicationNamesPullsSingleNameFromAppPoolIdFromCommandLine("W3WP","w3wp.exe -ap")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 ApplicationNamesPullsSingleNameFromAppPoolIdFromCommandLine("W3WP","w3wp.exe -ap ")
4ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 ApplicationNamesPullsSingleNameFromAppPoolIdFromCommandLine("AppPoolId","w3wp.exe -firstArg -ap \"AppPoolId\" -thirdArg")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 ApplicationNamesPullsSingleNameFromAppSettings
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 ApplicationNamesPullsSingleNameFromIisExpressSitenameEnvironmentVariable
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 ApplicationNamesPullsSingleNameFromRoleNameEnvironmentVariaible
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 ApplicationNamesThrowsIfNoAppNameFound
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 AsyncHttpClientSegmentsDoNotCountTowardsParentExclusiveTimeTests(null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 AsyncHttpClientSegmentsDoNotCountTowardsParentExclusiveTimeTests("not a bool")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 AsyncHttpClientSegmentsDoNotCountTowardsParentExclusiveTimeTests("false")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 AsyncHttpClientSegmentsDoNotCountTowardsParentExclusiveTimeTests("true")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 AutostartAgentPullsFromLocalConfig
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 BrowserMonitoringCaptureAttributesSetFromLocal(True)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 BrowserMonitoringCaptureAttributesSetFromLocal(False)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 BrowserMonitoringDeprecatedValueOverridesDefault(True)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 BrowserMonitoringDeprecatedValueOverridesDefault(False)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 BrowserMonitoringJavaScriptAgentLoaderTypeSetFromLocalAndServerOverrides("local","server")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 BrowserMonitoringJavaScriptAgentLoaderTypeSetFromLocalAndServerOverrides("local",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 BrowserMonitoringJavaScriptAgentLoaderTypeSetFromLocalAndServerOverrides("local","")
4ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 BrowserMonitoringJavaScriptAgentLoaderTypeSetToDefaultRum
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 BrowserMonitoringOverridesDeprecatedValue(True,False)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 BrowserMonitoringOverridesDeprecatedValue(True,True)
4ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 BrowserMonitoringOverridesDeprecatedValue(False,False)
4ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 BrowserMonitoringOverridesDeprecatedValue(False,True)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 BrowserMonitoringUsesDefaultWhenNoConfigValues
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 CaptureAttributes(True,True)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 CaptureAttributes(False,False)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 CaptureAttributuesIncludes(True,True,["att1", "att2"],[])
5ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 CaptureAttributuesIncludes(True,False,["att1", "att2"],[])
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 CaptureAttributuesIncludes(False,False,["att1", "att2"],[])
4ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 CaptureAttributuesIncludes(False,True,["att1", "att2"],["att1", "att2"])
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 CaptureAttributuesIncludesClearedBySecurityPolicy(False,["att1", "att2"],[])
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 CaptureAttributuesIncludesClearedBySecurityPolicy(True,["att1", "att2"],["att1", "att2"])
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 CaptureBrowserMonitoringAttributes(False,False,False)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 CaptureBrowserMonitoringAttributes(False,True,False)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 CaptureBrowserMonitoringAttributes(True,True,True)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 CaptureBrowserMonitoringAttributes(True,False,False)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 CaptureBrowserMonitoringAttributesIncludes(True,True,["att1", "att2"],[])
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 CaptureBrowserMonitoringAttributesIncludes(True,False,["att1", "att2"],[])
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 CaptureBrowserMonitoringAttributesIncludes(False,False,["att1", "att2"],[])
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 CaptureBrowserMonitoringAttributesIncludes(False,True,["att1", "att2"],["att1", "att2"])
4ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 CaptureBrowserMonitoringAttributesIncludesClearedBySecurityPolicy(False,["att1", "att2"],[])
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 CaptureBrowserMonitoringAttributesIncludesClearedBySecurityPolicy(True,["att1", "att2"],["att1", "att2"])
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 CaptureCustomParametersHsmDeprecatedAndNew(False,True,True,False,False)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 CaptureCustomParametersHsmDeprecatedAndNew(False,True,False,False,False)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 CaptureCustomParametersHsmDeprecatedAndNew(False,False,True,True,True)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 CaptureCustomParametersHsmDeprecatedAndNew(False,False,True,True,False)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 CaptureCustomParametersHsmDeprecatedAndNew(False,True,True,True,False)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 CaptureCustomParametersHsmDeprecatedAndNew(True,False,True,True,True)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 CaptureCustomParametersHsmDeprecatedAndNew(True,True,True,False,True)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 CaptureCustomParametersHsmDeprecatedAndNew(True,True,True,True,True)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 CaptureCustomParametersMostSecureWinsWithSecurityPolicies(True,True)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 CaptureCustomParametersMostSecureWinsWithSecurityPolicies(True,False)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 CaptureCustomParametersMostSecureWinsWithSecurityPolicies(False,True)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 CaptureCustomParametersMostSecureWinsWithSecurityPolicies(False,False)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 CaptureCustomParametersOverriddenByLocalHighSecurity(True,True)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 CaptureCustomParametersOverriddenByLocalHighSecurity(True,False)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 CaptureCustomParametersOverriddenByLocalHighSecurity(False,True)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 CaptureCustomParametersOverriddenByLocalHighSecurity(False,False)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 CaptureCustomParametersSetFromLocalDefaultsToTrue
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 CaptureErrorCollectorAttributes(False,False,False)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 CaptureErrorCollectorAttributes(False,True,False)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 CaptureErrorCollectorAttributes(True,True,True)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 CaptureErrorCollectorAttributes(True,False,False)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 CaptureErrorCollectorAttributesIncludes(True,True,["att1", "att2"],[])
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 CaptureErrorCollectorAttributesIncludes(True,False,["att1", "att2"],[])
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 CaptureErrorCollectorAttributesIncludes(False,False,["att1", "att2"],[])
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 CaptureErrorCollectorAttributesIncludes(False,True,["att1", "att2"],["att1", "att2"])
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 CaptureErrorCollectorAttributesIncludesClearedBySecurityPolicy(False,["att1", "att2"],[])
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 CaptureErrorCollectorAttributesIncludesClearedBySecurityPolicy(True,["att1", "att2"],["att1", "att2"])
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 CaptureIdentityParametersSetFromLocal(True)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 CaptureIdentityParametersSetFromLocal(False)
5ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 CaptureIdentityParametersSetFromLocalDefaultsToFalse
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 CaptureParametersSetFromLocalServerOverrides(True,True)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 CaptureParametersSetFromLocalServerOverrides(True,False)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 CaptureParametersSetFromLocalServerOverrides(False,True)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 CaptureParametersSetFromLocalServerOverrides(False,False)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 CaptureParametersSetFromLocalServerOverrides(False,null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 CaptureRequestParametersOverriddenByLocalHighSecurity
2ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 CaptureResponseHeaderParametersSetFromLocal(True)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 CaptureResponseHeaderParametersSetFromLocal(False)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 CaptureResponseHeaderParametersSetFromLocalDefaultsToTrue
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 CaptureTransactionEventAttributesIncludes(True,True,["att1", "att2"],[])
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 CaptureTransactionEventAttributesIncludes(True,False,["att1", "att2"],[])
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 CaptureTransactionEventAttributesIncludes(False,False,["att1", "att2"],[])
4ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 CaptureTransactionEventAttributesIncludes(False,True,["att1", "att2"],["att1", "att2"])
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 CaptureTransactionEventAttributesIncludesClearedBySecurityPolicy(False,["att1", "att2"],[])
4ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 CaptureTransactionEventAttributesIncludesClearedBySecurityPolicy(True,["att1", "att2"],["att1", "att2"])
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 CaptureTransactionEventsAttributes(False,False,False)
4ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 CaptureTransactionEventsAttributes(False,True,False)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 CaptureTransactionEventsAttributes(True,True,True)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 CaptureTransactionEventsAttributes(True,False,False)
4ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 CaptureTransactionTraceAttributes(False,False,False)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 CaptureTransactionTraceAttributes(False,True,False)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 CaptureTransactionTraceAttributes(True,True,True)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 CaptureTransactionTraceAttributes(True,False,False)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 CaptureTransactionTraceAttributesIncludes(True,True,["att1", "att2"],[])
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 CaptureTransactionTraceAttributesIncludes(True,False,["att1", "att2"],[])
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 CaptureTransactionTraceAttributesIncludes(False,False,["att1", "att2"],[])
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 CaptureTransactionTraceAttributesIncludes(False,True,["att1", "att2"],["att1", "att2"])
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 CaptureTransactionTraceAttributesIncludesClearedBySecurityPolicy(False,["att1", "att2"],[])
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 CaptureTransactionTraceAttributesIncludesClearedBySecurityPolicy(True,["att1", "att2"],["att1", "att2"])
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 CompressedContentEncodingShouldBeDeflateWhenConfigsAreDefault
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 CompressedContentEncodingShouldSetFromLocalConfiguration(deflate)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 CompressedContentEncodingShouldSetFromLocalConfiguration(gzip)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 CrossApplicationTracingEnabledIsFalseIfCatIdIsNull
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 CrossApplicationTracingEnabledIsFalseIfCrossApplicationTracingEnabledIsFalse
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 CrossApplicationTracingEnabledIsFalseIfRpmConfigCrossApplicationTracerEnabledIsFalse
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 CrossApplicationTracingEnabledIsFalseWithGetDefaultServerConfig
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 CrossApplicationTracingEnabledIsTrueIfAllCatFlagsEnabledAndCrossProcessIdIsNotNull
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 CrossApplicationTracingEnabledIsTrueIfCrossApplicationTracerIsMissingButAllOtherFlagsEnabled
2ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 CrossApplicationTracingEnabledIsTrueWithNewServerConfig
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 CustomEventsEnabledMostSecureWinsWithSecurityPolicies(True,True,True)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 CustomEventsEnabledMostSecureWinsWithSecurityPolicies(True,True,False)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 CustomEventsEnabledMostSecureWinsWithSecurityPolicies(True,False,True)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 CustomEventsEnabledMostSecureWinsWithSecurityPolicies(True,False,False)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 CustomEventsEnabledMostSecureWinsWithSecurityPolicies(False,True,True)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 CustomEventsEnabledMostSecureWinsWithSecurityPolicies(False,True,False)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 CustomEventsEnabledMostSecureWinsWithSecurityPolicies(False,False,True)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 CustomEventsEnabledMostSecureWinsWithSecurityPolicies(False,False,False)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 CustomEventsEnabledMostSecureWinsWithSecurityPolicies(True,null,True)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 CustomEventsEnabledMostSecureWinsWithSecurityPolicies(True,null,False)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 CustomEventsEnabledMostSecureWinsWithSecurityPolicies(False,null,True)
4ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 CustomEventsEnabledMostSecureWinsWithSecurityPolicies(False,null,False)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 CustomEventsEnabledShouldHonorConfiguration(True,True,True)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 CustomEventsEnabledShouldHonorConfiguration(True,True,False)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 CustomEventsEnabledShouldHonorConfiguration(True,True,null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 CustomEventsEnabledShouldHonorConfiguration(True,False,True)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 CustomEventsEnabledShouldHonorConfiguration(True,False,False)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 CustomEventsEnabledShouldHonorConfiguration(True,False,null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 CustomEventsEnabledShouldHonorConfiguration(False,True,True)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 CustomEventsEnabledShouldHonorConfiguration(False,True,False)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 CustomEventsEnabledShouldHonorConfiguration(False,True,null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 CustomEventsEnabledShouldHonorConfiguration(False,False,True)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 CustomEventsEnabledShouldHonorConfiguration(False,False,False)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 CustomEventsEnabledShouldHonorConfiguration(False,False,null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 CustomEventsHarvestCycleUsesDefaultOrEventHarvestConfig
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 CustomEventsMaxSamplesOf0ShouldDisableCustomEvents
2ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 CustomEventsMaxSamplesStoredOverriddenByEventHarvestConfig
2ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 CustomEventsMaxSamplesStoredPassesThroughToLocalConfig
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 CustomHostEnvironmentOverridesLocal(null,null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 CustomHostEnvironmentOverridesLocal(null,"Foo")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 CustomHostEnvironmentOverridesLocal("Foo",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 CustomHostEnvironmentOverridesLocal("Foo","Bar")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 CustomInstrumentationEditorHighSecurityOverrides(True,True)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 CustomInstrumentationEditorHighSecurityOverrides(True,False)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 CustomInstrumentationEditorHighSecurityOverrides(False,False)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 CustomInstrumentationEditorHighSecurityOverrides(False,True)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 CustomInstrumentationEditorMostSecureWinsWithSecurityPolicies(True,True)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 CustomInstrumentationEditorMostSecureWinsWithSecurityPolicies(True,False)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 CustomInstrumentationEditorMostSecureWinsWithSecurityPolicies(False,True)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 CustomInstrumentationEditorMostSecureWinsWithSecurityPolicies(False,False)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 CustomParametersToIgnoreSetFromLocal
2ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 DatastoreTracerDatabaseNameReportingEnabledSetFromLocal(True)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 DatastoreTracerDatabaseNameReportingEnabledSetFromLocal(False)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 DatastoreTracerInstanceReportingEnabledSetFromLocal(True)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 DatastoreTracerInstanceReportingEnabledSetFromLocal(False)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 DatastoreTracerQueryParametersEnabledRespectsHighSecurityModeAndSecurityPolicy(True,False,False,False,raw)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 DatastoreTracerQueryParametersEnabledRespectsHighSecurityModeAndSecurityPolicy(True,False,False,False,obfuscated)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 DatastoreTracerQueryParametersEnabledRespectsHighSecurityModeAndSecurityPolicy(True,False,False,False,off)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 DatastoreTracerQueryParametersEnabledRespectsHighSecurityModeAndSecurityPolicy(True,True,False,False,raw)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 DatastoreTracerQueryParametersEnabledRespectsHighSecurityModeAndSecurityPolicy(True,False,True,True,raw)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 DatastoreTracerQueryParametersEnabledRespectsHighSecurityModeAndSecurityPolicy(True,False,True,False,raw)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 DatastoreTracerQueryParametersEnabledRespectsHighSecurityModeAndSecurityPolicy(False,False,False,False,raw)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 Decodes_IngoreAndExpectedClasses_IgnoreAndExpectedMessages_ExpectedStatusCodes_Configurations_Successfully
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 DeprecatedIgnoreCustomParametersValueBecomesExclude
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 DeprecatedIgnoreIdentityParametersValueBecomesExclude
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 DeprecatedIgnoreRequestHeaderParametersValueBecomesExclude
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 DeprecatedIgnoreResponseHeaderParametersValueBecomesExclude
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 DiagnosticsCaptureAgentTimingSetFromLocal(True,10)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 DiagnosticsCaptureAgentTimingSetFromLocal(True,100)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 DiagnosticsCaptureAgentTimingSetFromLocal(True,0)
5ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 DiagnosticsCaptureAgentTimingSetFromLocal(True,-1)
5ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 DiagnosticsCaptureAgentTimingSetFromLocal(True,null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 DiagnosticsCaptureAgentTimingSetFromLocal(False,10)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 DiagnosticsCaptureAgentTimingSetFromLocal(False,100)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 DiagnosticsCaptureAgentTimingSetFromLocal(False,0)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 DiagnosticsCaptureAgentTimingSetFromLocal(False,-1)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 DiagnosticsCaptureAgentTimingSetFromLocal(False,null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 DiagnosticsCaptureAgentTimingSetFromLocal(null,10)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 DiagnosticsCaptureAgentTimingSetFromLocal(null,100)
4ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 DiagnosticsCaptureAgentTimingSetFromLocal(null,0)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 DiagnosticsCaptureAgentTimingSetFromLocal(null,-1)
10ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 DiagnosticsCaptureAgentTimingSetFromLocal(null,null)
20ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 DisableSamplersEnvironmentOverridesLocal(True,null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 DisableSamplersEnvironmentOverridesLocal(False,null)
4ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 DisableSamplersEnvironmentOverridesLocal(True,"true")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 DisableSamplersEnvironmentOverridesLocal(True,"false")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 DisableSamplersEnvironmentOverridesLocal(False,"true")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 DistributedTracingEnabled(True,True)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 DistributedTracingEnabled(False,False)
4ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 DistributedTracingEnabled(null,False)
4ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 DistributedTracingEnabledEnvironmentOverridesLocal(True,null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 DistributedTracingEnabledEnvironmentOverridesLocal(False,null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 DistributedTracingEnabledEnvironmentOverridesLocal(True,"true")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 DistributedTracingEnabledEnvironmentOverridesLocal(True,"false")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 DistributedTracingEnabledEnvironmentOverridesLocal(False,"true")
4ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 DistributedTracingEnabledIsFalseByDefault
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 Encrypting_Decrypting_ProxyPassword_Tests("ABCD","aWtp","123",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 Encrypting_Decrypting_ProxyPassword_Tests("ABCD","bGxs",null,"456")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 Encrypting_Decrypting_ProxyPassword_Tests("ABCD","bGxs","123","456")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 Encrypting_Decrypting_ProxyPassword_Tests("ABCD","bGxs",null,null)
4ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 Encrypting_Decrypting_ProxyPassword_Tests("ABCD",null,"123",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 Encrypting_Decrypting_ProxyPassword_Tests("ABCD"," ","123",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 Encrypting_Decrypting_ProxyPassword_Tests("ABCD","bGxs"," ",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 ErrorCollectorCaptureEventsConditionalOverrideFromServer(True,False)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 ErrorCollectorCaptureEventsConditionalOverrideFromServer(False,True)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 ErrorCollectorCaptureEventsConditionalOverrideFromServer(True,True)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 ErrorCollectorCaptureEventsConditionalOverrideFromServer(False,False)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 ErrorCollectorCatpureEventsSetFromLocal(True)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 ErrorCollectorCatpureEventsSetFromLocal(False)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 ErrorCollectorDeprecatedValueOverridesDefault(True)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 ErrorCollectorDeprecatedValueOverridesDefault(False)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 ErrorCollectorEnabledWithRpmCollectorEnabledServerOverrides(True,null,null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 ErrorCollectorEnabledWithRpmCollectorEnabledServerOverrides(True,null,True)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 ErrorCollectorEnabledWithRpmCollectorEnabledServerOverrides(True,null,False)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 ErrorCollectorEnabledWithRpmCollectorEnabledServerOverrides(True,True,True)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 ErrorCollectorEnabledWithRpmCollectorEnabledServerOverrides(True,False,True)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 ErrorCollectorEnabledWithRpmCollectorEnabledServerOverrides(True,True,False)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 ErrorCollectorEnabledWithRpmCollectorEnabledServerOverrides(True,False,null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 ErrorCollectorEnabledWithRpmCollectorEnabledServerOverrides(True,True,null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 ErrorCollectorEnabledWithRpmCollectorEnabledServerOverrides(False,null,null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 ErrorCollectorEnabledWithRpmCollectorEnabledServerOverrides(False,null,True)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 ErrorCollectorEnabledWithRpmCollectorEnabledServerOverrides(False,null,False)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 ErrorCollectorEnabledWithRpmCollectorEnabledServerOverrides(False,True,True)
4ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 ErrorCollectorEnabledWithRpmCollectorEnabledServerOverrides(False,False,True)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 ErrorCollectorEnabledWithRpmCollectorEnabledServerOverrides(False,True,False)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 ErrorCollectorEnabledWithRpmCollectorEnabledServerOverrides(False,False,null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 ErrorCollectorEnabledWithRpmCollectorEnabledServerOverrides(False,True,null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 ErrorCollectorMaxNumberEventSamplesDefaultFromLocal()
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 ErrorCollectorMaxNumberEventSamplesSetFromLocal(50)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 ErrorCollectorOverridesDeprecatedValue(True,False)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 ErrorCollectorOverridesDeprecatedValue(True,True)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 ErrorCollectorOverridesDeprecatedValue(False,False)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 ErrorCollectorOverridesDeprecatedValue(False,True)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 ErrorCollectorUsesDefaultWhenNoConfigValues
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 ErrorEventsHarvestCycleUsesDefaultOrEventHarvestConfig
2ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 ErrorEventsMaxSamplesOf0ShouldDisableErrorEvents
4ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 ErrorEventsMaxSamplesStoredOverriddenByEventHarvestConfig
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 ErrorsMaximumPerPeriodReturnsStatic20
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 EveryConfigShouldGetNewVersionNumber
2ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 ExceptionsToIgnoreSetFromLocalAndServerOverrides(["local"],["server"])
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 ExceptionsToIgnoreSetFromLocalAndServerOverrides(["local"],null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 ExpectedErrorSettingsForAgentSettingsReportedCorrectly
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 ExpectedStatusCodesParserTests("400,401,404",["400", "401", "402", "403", "404"],[True, True, False, False, True])
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 ExpectedStatusCodesParserTests("400, 401 ,404",["400", "401", "402", "403", "404"],[True, True, False, False, True])
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 ExpectedStatusCodesParserTests("400, 401,404, ",["400", "401", "402", "403", "404"],[True, True, False, False, True])
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 ExpectedStatusCodesParserTests("400,401-404",["400", "401", "402", "403", "404"],[True, True, True, True, True])
5ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 ExpectedStatusCodesParserTests("402,401-404",["400", "401", "402", "403", "404"],[False, True, True, True, True])
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 ExpectedStatusCodesParserTests("401.4,401",["400", "401", "402", "403", "404"],[False, True, False, False, False])
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 ExpectedStatusCodesParserTests("404,401.4",["400", "401", "402", "403", "404"],[False, False, False, False, True])
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 ExpectedStatusCodesParserTests("401.4-404.5",["400", "401", "402", "403", "404"],[False, False, False, False, False])
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 ExpectedStatusCodesParserTests("Foo,Bar,X-Y",["400", "401"],[False, False])
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 ExpectedStatusCodesSetFromLocalAndServerOverrides("401",["405"])
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 ExpectedStatusCodesSetFromLocalAndServerOverrides("401",[])
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 ExpectedStatusCodesSetFromLocalAndServerOverrides("401",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 ExplainPlanThresholdSetFromServerOverridesLocal(3000.0d,null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 ExplainPlanThresholdSetFromServerOverridesLocal(3000.5d,null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 ExplainPlanThresholdSetFromServerOverridesLocal(4000.0d,0.5d)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 ExplainPlanThresholdSetFromServerOverridesLocal(200.0d,5.0d)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 ExplainPlanThresholdSetFromServerOverridesLocal(1.0d,0.2d)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 HighSecuritySetFromLocalOverridesServer(True,True)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 HighSecuritySetFromLocalOverridesServer(True,False)
4ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 HighSecuritySetFromLocalOverridesServer(True,null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 HighSecuritySetFromLocalOverridesServer(False,True)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 HighSecuritySetFromLocalOverridesServer(False,False)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 HighSecuritySetFromLocalOverridesServer(False,null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 IdentityParametersToIgnoreSetFromLocal
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 IgnoreAndExpectedClassesSetFromLocalAndServerOverrides(["local"],["server"])
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 IgnoreAndExpectedClassesSetFromLocalAndServerOverrides(["local"],null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 IgnoreAndExpectedMessagesSetFromLocalAndServerOverrides(True)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 IgnoreAndExpectedMessagesSetFromLocalAndServerOverrides(False)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 IgnoreErrorsAndIgnoreClassesCombineTests(["Class1", "Class2"],["Class1"])
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 IgnoreErrorsAndIgnoreClassesCombineTests(["Class1"],["Class2"])
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_SpanBatchSize("100","232")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_SpanBatchSize("-342","198")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_SpanBatchSize(null,null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_SpanBatchSize("",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_SpanBatchSize(null,"")
4ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_SpanBatchSize("","")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_SpanBatchSize("","203")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_SpanBatchSize("XYZ","876")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_SpanBatchSize("XYZ","ABC")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_SpanBatchSize("103.98",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_SpanBatchSize("103.98","200")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_SpanBatchSize(null,"98.6")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_SpanPartitionCount("100","232")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_SpanPartitionCount("-342","198")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_SpanPartitionCount(null,null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_SpanPartitionCount("",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_SpanPartitionCount(null,"")
4ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_SpanPartitionCount("","")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_SpanPartitionCount("","203")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_SpanPartitionCount("XYZ","876")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_SpanPartitionCount("XYZ","ABC")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_SpanPartitionCount("103.98",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_SpanPartitionCount("103.98","200")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_SpanPartitionCount(null,"98.6")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_SpanQueueSize(null,null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_SpanQueueSize(null,3824)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_SpanQueueSize("214",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_SpanQueueSize("",3824)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_SpanQueueSize("6534",3824)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_SpanQueueSize("abc",203)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_SpanQueueSize("-3",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_SpanQueueSize(null,-623)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_SpanStreamsCount("10","8")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_SpanStreamsCount("10","")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_SpanStreamsCount("10","def")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_SpanStreamsCount("10",null)
4ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_SpanStreamsCount("","8")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_SpanStreamsCount("","")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_SpanStreamsCount("","def")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_SpanStreamsCount("",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_SpanStreamsCount("abc","8")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_SpanStreamsCount("abc","")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_SpanStreamsCount("abc","def")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_SpanStreamsCount("abc",null)
7ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_SpanStreamsCount(null,"8")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_SpanStreamsCount(null,"")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_SpanStreamsCount(null,"def")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_SpanStreamsCount(null,null)
8ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_SpanTestDelay("100","232")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_SpanTestDelay("-342","198")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_SpanTestDelay(null,null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_SpanTestDelay("",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_SpanTestDelay(null,"")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_SpanTestDelay("","")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_SpanTestDelay("","203")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_SpanTestDelay("XYZ","876")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_SpanTestDelay("XYZ","ABC")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_SpanTestFlaky("100","232")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_SpanTestFlaky("-342","198")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_SpanTestFlaky(null,null)
4ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_SpanTestFlaky("",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_SpanTestFlaky(null,"")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_SpanTestFlaky("","")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_SpanTestFlaky("","203")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_SpanTestFlaky("XYZ","876")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_SpanTestFlaky("XYZ","ABC")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_SpanTestFlaky("103.98","100")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_SpanTestFlaky(null,"98.6")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TimeoutConnect("30000","232")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TimeoutConnect("-342","198")
2ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TimeoutConnect(null,null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TimeoutConnect("",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TimeoutConnect(null,"")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TimeoutConnect("","")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TimeoutConnect("XYZ","104")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TimeoutConnect("XYZ","ABC")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TimeoutData("12000","232")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TimeoutData("-342","198")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TimeoutData(null,null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TimeoutData("",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TimeoutData(null,"")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TimeoutData("","")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TimeoutData("","")
5ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TimeoutData("XYZ","104")
4ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TimeoutData("XYZ","ABC")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com","443","False","localHost.com","8080","False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com","443","False","localHost.com","8080","")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com","443","False","localHost.com","8080",null)
2ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com","443","False","localHost.com","","False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com","443","False","localHost.com","","")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com","443","False","localHost.com","",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com","443","False","localHost.com",null,"False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com","443","False","localHost.com",null,"")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com","443","False","localHost.com",null,null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com","443","False","","8080","False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com","443","False","","8080","")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com","443","False","","8080",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com","443","False","","","False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com","443","False","","","")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com","443","False","","",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com","443","False","",null,"False")
4ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com","443","False","",null,"")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com","443","False","",null,null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com","443","False",null,"8080","False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com","443","False",null,"8080","")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com","443","False",null,"8080",null)
4ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com","443","False",null,"","False")
5ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com","443","False",null,"","")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com","443","False",null,"",null)
15ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com","443","False",null,null,"False")
5ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com","443","False",null,null,"")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com","443","False",null,null,null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com","443","","localHost.com","8080","False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com","443","","localHost.com","8080","")
4ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com","443","","localHost.com","8080",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com","443","","localHost.com","","False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com","443","","localHost.com","","")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com","443","","localHost.com","",null)
4ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com","443","","localHost.com",null,"False")
4ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com","443","","localHost.com",null,"")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com","443","","localHost.com",null,null)
5ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com","443","","","8080","False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com","443","","","8080","")
4ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com","443","","","8080",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com","443","","","","False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com","443","","","","")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com","443","","","",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com","443","","",null,"False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com","443","","",null,"")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com","443","","",null,null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com","443","",null,"8080","False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com","443","",null,"8080","")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com","443","",null,"8080",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com","443","",null,"","False")
4ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com","443","",null,"","")
7ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com","443","",null,"",null)
4ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com","443","",null,null,"False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com","443","",null,null,"")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com","443","",null,null,null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com","443",null,"localHost.com","8080","False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com","443",null,"localHost.com","8080","")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com","443",null,"localHost.com","8080",null)
12ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com","443",null,"localHost.com","","False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com","443",null,"localHost.com","","")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com","443",null,"localHost.com","",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com","443",null,"localHost.com",null,"False")
4ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com","443",null,"localHost.com",null,"")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com","443",null,"localHost.com",null,null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com","443",null,"","8080","False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com","443",null,"","8080","")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com","443",null,"","8080",null)
4ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com","443",null,"","","False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com","443",null,"","","")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com","443",null,"","",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com","443",null,"",null,"False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com","443",null,"",null,"")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com","443",null,"",null,null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com","443",null,null,"8080","False")
4ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com","443",null,null,"8080","")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com","443",null,null,"8080",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com","443",null,null,"","False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com","443",null,null,"","")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com","443",null,null,"",null)
4ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com","443",null,null,null,"False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com","443",null,null,null,"")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com","443",null,null,null,null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com","","False","localHost.com","8080","False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com","","False","localHost.com","8080","")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com","","False","localHost.com","8080",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com","","False","localHost.com","","False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com","","False","localHost.com","","")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com","","False","localHost.com","",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com","","False","localHost.com",null,"False")
5ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com","","False","localHost.com",null,"")
4ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com","","False","localHost.com",null,null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com","","False","","8080","False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com","","False","","8080","")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com","","False","","8080",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com","","False","","","False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com","","False","","","")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com","","False","","",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com","","False","",null,"False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com","","False","",null,"")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com","","False","",null,null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com","","False",null,"8080","False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com","","False",null,"8080","")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com","","False",null,"8080",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com","","False",null,"","False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com","","False",null,"","")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com","","False",null,"",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com","","False",null,null,"False")
4ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com","","False",null,null,"")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com","","False",null,null,null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com","","","localHost.com","8080","False")
4ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com","","","localHost.com","8080","")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com","","","localHost.com","8080",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com","","","localHost.com","","False")
4ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com","","","localHost.com","","")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com","","","localHost.com","",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com","","","localHost.com",null,"False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com","","","localHost.com",null,"")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com","","","localHost.com",null,null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com","","","","8080","False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com","","","","8080","")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com","","","","8080",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com","","","","","False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com","","","","","")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com","","","","",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com","","","",null,"False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com","","","",null,"")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com","","","",null,null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com","","",null,"8080","False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com","","",null,"8080","")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com","","",null,"8080",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com","","",null,"","False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com","","",null,"","")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com","","",null,"",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com","","",null,null,"False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com","","",null,null,"")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com","","",null,null,null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com","",null,"localHost.com","8080","False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com","",null,"localHost.com","8080","")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com","",null,"localHost.com","8080",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com","",null,"localHost.com","","False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com","",null,"localHost.com","","")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com","",null,"localHost.com","",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com","",null,"localHost.com",null,"False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com","",null,"localHost.com",null,"")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com","",null,"localHost.com",null,null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com","",null,"","8080","False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com","",null,"","8080","")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com","",null,"","8080",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com","",null,"","","False")
4ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com","",null,"","","")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com","",null,"","",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com","",null,"",null,"False")
2ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com","",null,"",null,"")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com","",null,"",null,null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com","",null,null,"8080","False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com","",null,null,"8080","")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com","",null,null,"8080",null)
4ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com","",null,null,"","False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com","",null,null,"","")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com","",null,null,"",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com","",null,null,null,"False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com","",null,null,null,"")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com","",null,null,null,null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com",null,"False","localHost.com","8080","False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com",null,"False","localHost.com","8080","")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com",null,"False","localHost.com","8080",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com",null,"False","localHost.com","","False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com",null,"False","localHost.com","","")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com",null,"False","localHost.com","",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com",null,"False","localHost.com",null,"False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com",null,"False","localHost.com",null,"")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com",null,"False","localHost.com",null,null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com",null,"False","","8080","False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com",null,"False","","8080","")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com",null,"False","","8080",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com",null,"False","","","False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com",null,"False","","","")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com",null,"False","","",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com",null,"False","",null,"False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com",null,"False","",null,"")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com",null,"False","",null,null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com",null,"False",null,"8080","False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com",null,"False",null,"8080","")
4ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com",null,"False",null,"8080",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com",null,"False",null,"","False")
2ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com",null,"False",null,"","")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com",null,"False",null,"",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com",null,"False",null,null,"False")
4ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com",null,"False",null,null,"")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com",null,"False",null,null,null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com",null,"","localHost.com","8080","False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com",null,"","localHost.com","8080","")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com",null,"","localHost.com","8080",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com",null,"","localHost.com","","False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com",null,"","localHost.com","","")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com",null,"","localHost.com","",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com",null,"","localHost.com",null,"False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com",null,"","localHost.com",null,"")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com",null,"","localHost.com",null,null)
4ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com",null,"","","8080","False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com",null,"","","8080","")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com",null,"","","8080",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com",null,"","","","False")
4ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com",null,"","","","")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com",null,"","","",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com",null,"","",null,"False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com",null,"","",null,"")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com",null,"","",null,null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com",null,"",null,"8080","False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com",null,"",null,"8080","")
4ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com",null,"",null,"8080",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com",null,"",null,"","False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com",null,"",null,"","")
4ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com",null,"",null,"",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com",null,"",null,null,"False")
2ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com",null,"",null,null,"")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com",null,"",null,null,null)
4ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com",null,null,"localHost.com","8080","False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com",null,null,"localHost.com","8080","")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com",null,null,"localHost.com","8080",null)
4ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com",null,null,"localHost.com","","False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com",null,null,"localHost.com","","")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com",null,null,"localHost.com","",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com",null,null,"localHost.com",null,"False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com",null,null,"localHost.com",null,"")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com",null,null,"localHost.com",null,null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com",null,null,"","8080","False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com",null,null,"","8080","")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com",null,null,"","8080",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com",null,null,"","","False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com",null,null,"","","")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com",null,null,"","",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com",null,null,"",null,"False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com",null,null,"",null,"")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com",null,null,"",null,null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com",null,null,null,"8080","False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com",null,null,null,"8080","")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com",null,null,null,"8080",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com",null,null,null,"","False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com",null,null,null,"","")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com",null,null,null,"",null)
4ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com",null,null,null,null,"False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com",null,null,null,null,"")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("envHost.com",null,null,null,null,null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("","443","False","localHost.com","8080","False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("","443","False","localHost.com","8080","")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("","443","False","localHost.com","8080",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("","443","False","localHost.com","","False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("","443","False","localHost.com","","")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("","443","False","localHost.com","",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("","443","False","localHost.com",null,"False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("","443","False","localHost.com",null,"")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("","443","False","localHost.com",null,null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("","443","False","","8080","False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("","443","False","","8080","")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("","443","False","","8080",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("","443","False","","","False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("","443","False","","","")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("","443","False","","",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("","443","False","",null,"False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("","443","False","",null,"")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("","443","False","",null,null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("","443","False",null,"8080","False")
10ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("","443","False",null,"8080","")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("","443","False",null,"8080",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("","443","False",null,"","False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("","443","False",null,"","")
4ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("","443","False",null,"",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("","443","False",null,null,"False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("","443","False",null,null,"")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("","443","False",null,null,null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("","443","","localHost.com","8080","False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("","443","","localHost.com","8080","")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("","443","","localHost.com","8080",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("","443","","localHost.com","","False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("","443","","localHost.com","","")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("","443","","localHost.com","",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("","443","","localHost.com",null,"False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("","443","","localHost.com",null,"")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("","443","","localHost.com",null,null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("","443","","","8080","False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("","443","","","8080","")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("","443","","","8080",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("","443","","","","False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("","443","","","","")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("","443","","","",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("","443","","",null,"False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("","443","","",null,"")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("","443","","",null,null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("","443","",null,"8080","False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("","443","",null,"8080","")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("","443","",null,"8080",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("","443","",null,"","False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("","443","",null,"","")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("","443","",null,"",null)
4ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("","443","",null,null,"False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("","443","",null,null,"")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("","443","",null,null,null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("","443",null,"localHost.com","8080","False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("","443",null,"localHost.com","8080","")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("","443",null,"localHost.com","8080",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("","443",null,"localHost.com","","False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("","443",null,"localHost.com","","")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("","443",null,"localHost.com","",null)
2ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("","443",null,"localHost.com",null,"False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("","443",null,"localHost.com",null,"")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("","443",null,"localHost.com",null,null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("","443",null,"","8080","False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("","443",null,"","8080","")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("","443",null,"","8080",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("","443",null,"","","False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("","443",null,"","","")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("","443",null,"","",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("","443",null,"",null,"False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("","443",null,"",null,"")
4ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("","443",null,"",null,null)
4ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("","443",null,null,"8080","False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("","443",null,null,"8080","")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("","443",null,null,"8080",null)
4ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("","443",null,null,"","False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("","443",null,null,"","")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("","443",null,null,"",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("","443",null,null,null,"False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("","443",null,null,null,"")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("","443",null,null,null,null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("","","False","localHost.com","8080","False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("","","False","localHost.com","8080","")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("","","False","localHost.com","8080",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("","","False","localHost.com","","False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("","","False","localHost.com","","")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("","","False","localHost.com","",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("","","False","localHost.com",null,"False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("","","False","localHost.com",null,"")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("","","False","localHost.com",null,null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("","","False","","8080","False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("","","False","","8080","")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("","","False","","8080",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("","","False","","","False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("","","False","","","")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("","","False","","",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("","","False","",null,"False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("","","False","",null,"")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("","","False","",null,null)
4ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("","","False",null,"8080","False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("","","False",null,"8080","")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("","","False",null,"8080",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("","","False",null,"","False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("","","False",null,"","")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("","","False",null,"",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("","","False",null,null,"False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("","","False",null,null,"")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("","","False",null,null,null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("","","","localHost.com","8080","False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("","","","localHost.com","8080","")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("","","","localHost.com","8080",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("","","","localHost.com","","False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("","","","localHost.com","","")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("","","","localHost.com","",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("","","","localHost.com",null,"False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("","","","localHost.com",null,"")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("","","","localHost.com",null,null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("","","","","8080","False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("","","","","8080","")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("","","","","8080",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("","","","","","False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("","","","","","")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("","","","","",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("","","","",null,"False")
4ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("","","","",null,"")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("","","","",null,null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("","","",null,"8080","False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("","","",null,"8080","")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("","","",null,"8080",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("","","",null,"","False")
4ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("","","",null,"","")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("","","",null,"",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("","","",null,null,"False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("","","",null,null,"")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("","","",null,null,null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("","",null,"localHost.com","8080","False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("","",null,"localHost.com","8080","")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("","",null,"localHost.com","8080",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("","",null,"localHost.com","","False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("","",null,"localHost.com","","")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("","",null,"localHost.com","",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("","",null,"localHost.com",null,"False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("","",null,"localHost.com",null,"")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("","",null,"localHost.com",null,null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("","",null,"","8080","False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("","",null,"","8080","")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("","",null,"","8080",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("","",null,"","","False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("","",null,"","","")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("","",null,"","",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("","",null,"",null,"False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("","",null,"",null,"")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("","",null,"",null,null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("","",null,null,"8080","False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("","",null,null,"8080","")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("","",null,null,"8080",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("","",null,null,"","False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("","",null,null,"","")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("","",null,null,"",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("","",null,null,null,"False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("","",null,null,null,"")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("","",null,null,null,null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("",null,"False","localHost.com","8080","False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("",null,"False","localHost.com","8080","")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("",null,"False","localHost.com","8080",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("",null,"False","localHost.com","","False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("",null,"False","localHost.com","","")
4ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("",null,"False","localHost.com","",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("",null,"False","localHost.com",null,"False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("",null,"False","localHost.com",null,"")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("",null,"False","localHost.com",null,null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("",null,"False","","8080","False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("",null,"False","","8080","")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("",null,"False","","8080",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("",null,"False","","","False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("",null,"False","","","")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("",null,"False","","",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("",null,"False","",null,"False")
4ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("",null,"False","",null,"")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("",null,"False","",null,null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("",null,"False",null,"8080","False")
4ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("",null,"False",null,"8080","")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("",null,"False",null,"8080",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("",null,"False",null,"","False")
7ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("",null,"False",null,"","")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("",null,"False",null,"",null)
4ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("",null,"False",null,null,"False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("",null,"False",null,null,"")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("",null,"False",null,null,null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("",null,"","localHost.com","8080","False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("",null,"","localHost.com","8080","")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("",null,"","localHost.com","8080",null)
4ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("",null,"","localHost.com","","False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("",null,"","localHost.com","","")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("",null,"","localHost.com","",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("",null,"","localHost.com",null,"False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("",null,"","localHost.com",null,"")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("",null,"","localHost.com",null,null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("",null,"","","8080","False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("",null,"","","8080","")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("",null,"","","8080",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("",null,"","","","False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("",null,"","","","")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("",null,"","","",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("",null,"","",null,"False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("",null,"","",null,"")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("",null,"","",null,null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("",null,"",null,"8080","False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("",null,"",null,"8080","")
4ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("",null,"",null,"8080",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("",null,"",null,"","False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("",null,"",null,"","")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("",null,"",null,"",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("",null,"",null,null,"False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("",null,"",null,null,"")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("",null,"",null,null,null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("",null,null,"localHost.com","8080","False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("",null,null,"localHost.com","8080","")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("",null,null,"localHost.com","8080",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("",null,null,"localHost.com","","False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("",null,null,"localHost.com","","")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("",null,null,"localHost.com","",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("",null,null,"localHost.com",null,"False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("",null,null,"localHost.com",null,"")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("",null,null,"localHost.com",null,null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("",null,null,"","8080","False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("",null,null,"","8080","")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("",null,null,"","8080",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("",null,null,"","","False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("",null,null,"","","")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("",null,null,"","",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("",null,null,"",null,"False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("",null,null,"",null,"")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("",null,null,"",null,null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("",null,null,null,"8080","False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("",null,null,null,"8080","")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("",null,null,null,"8080",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("",null,null,null,"","False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("",null,null,null,"","")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("",null,null,null,"",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("",null,null,null,null,"False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("",null,null,null,null,"")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver("",null,null,null,null,null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,"443","False","localHost.com","8080","False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,"443","False","localHost.com","8080","")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,"443","False","localHost.com","8080",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,"443","False","localHost.com","","False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,"443","False","localHost.com","","")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,"443","False","localHost.com","",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,"443","False","localHost.com",null,"False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,"443","False","localHost.com",null,"")
4ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,"443","False","localHost.com",null,null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,"443","False","","8080","False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,"443","False","","8080","")
4ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,"443","False","","8080",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,"443","False","","","False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,"443","False","","","")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,"443","False","","",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,"443","False","",null,"False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,"443","False","",null,"")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,"443","False","",null,null)
6ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,"443","False",null,"8080","False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,"443","False",null,"8080","")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,"443","False",null,"8080",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,"443","False",null,"","False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,"443","False",null,"","")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,"443","False",null,"",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,"443","False",null,null,"False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,"443","False",null,null,"")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,"443","False",null,null,null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,"443","","localHost.com","8080","False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,"443","","localHost.com","8080","")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,"443","","localHost.com","8080",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,"443","","localHost.com","","False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,"443","","localHost.com","","")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,"443","","localHost.com","",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,"443","","localHost.com",null,"False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,"443","","localHost.com",null,"")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,"443","","localHost.com",null,null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,"443","","","8080","False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,"443","","","8080","")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,"443","","","8080",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,"443","","","","False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,"443","","","","")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,"443","","","",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,"443","","",null,"False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,"443","","",null,"")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,"443","","",null,null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,"443","",null,"8080","False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,"443","",null,"8080","")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,"443","",null,"8080",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,"443","",null,"","False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,"443","",null,"","")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,"443","",null,"",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,"443","",null,null,"False")
4ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,"443","",null,null,"")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,"443","",null,null,null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,"443",null,"localHost.com","8080","False")
4ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,"443",null,"localHost.com","8080","")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,"443",null,"localHost.com","8080",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,"443",null,"localHost.com","","False")
4ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,"443",null,"localHost.com","","")
4ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,"443",null,"localHost.com","",null)
4ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,"443",null,"localHost.com",null,"False")
5ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,"443",null,"localHost.com",null,"")
2ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,"443",null,"localHost.com",null,null)
4ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,"443",null,"","8080","False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,"443",null,"","8080","")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,"443",null,"","8080",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,"443",null,"","","False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,"443",null,"","","")
5ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,"443",null,"","",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,"443",null,"",null,"False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,"443",null,"",null,"")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,"443",null,"",null,null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,"443",null,null,"8080","False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,"443",null,null,"8080","")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,"443",null,null,"8080",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,"443",null,null,"","False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,"443",null,null,"","")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,"443",null,null,"",null)
4ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,"443",null,null,null,"False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,"443",null,null,null,"")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,"443",null,null,null,null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,"","False","localHost.com","8080","False")
4ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,"","False","localHost.com","8080","")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,"","False","localHost.com","8080",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,"","False","localHost.com","","False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,"","False","localHost.com","","")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,"","False","localHost.com","",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,"","False","localHost.com",null,"False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,"","False","localHost.com",null,"")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,"","False","localHost.com",null,null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,"","False","","8080","False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,"","False","","8080","")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,"","False","","8080",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,"","False","","","False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,"","False","","","")
4ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,"","False","","",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,"","False","",null,"False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,"","False","",null,"")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,"","False","",null,null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,"","False",null,"8080","False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,"","False",null,"8080","")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,"","False",null,"8080",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,"","False",null,"","False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,"","False",null,"","")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,"","False",null,"",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,"","False",null,null,"False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,"","False",null,null,"")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,"","False",null,null,null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,"","","localHost.com","8080","False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,"","","localHost.com","8080","")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,"","","localHost.com","8080",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,"","","localHost.com","","False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,"","","localHost.com","","")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,"","","localHost.com","",null)
2ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,"","","localHost.com",null,"False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,"","","localHost.com",null,"")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,"","","localHost.com",null,null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,"","","","8080","False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,"","","","8080","")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,"","","","8080",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,"","","","","False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,"","","","","")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,"","","","",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,"","","",null,"False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,"","","",null,"")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,"","","",null,null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,"","",null,"8080","False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,"","",null,"8080","")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,"","",null,"8080",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,"","",null,"","False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,"","",null,"","")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,"","",null,"",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,"","",null,null,"False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,"","",null,null,"")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,"","",null,null,null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,"",null,"localHost.com","8080","False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,"",null,"localHost.com","8080","")
4ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,"",null,"localHost.com","8080",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,"",null,"localHost.com","","False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,"",null,"localHost.com","","")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,"",null,"localHost.com","",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,"",null,"localHost.com",null,"False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,"",null,"localHost.com",null,"")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,"",null,"localHost.com",null,null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,"",null,"","8080","False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,"",null,"","8080","")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,"",null,"","8080",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,"",null,"","","False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,"",null,"","","")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,"",null,"","",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,"",null,"",null,"False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,"",null,"",null,"")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,"",null,"",null,null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,"",null,null,"8080","False")
4ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,"",null,null,"8080","")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,"",null,null,"8080",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,"",null,null,"","False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,"",null,null,"","")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,"",null,null,"",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,"",null,null,null,"False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,"",null,null,null,"")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,"",null,null,null,null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,null,"False","localHost.com","8080","False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,null,"False","localHost.com","8080","")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,null,"False","localHost.com","8080",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,null,"False","localHost.com","","False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,null,"False","localHost.com","","")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,null,"False","localHost.com","",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,null,"False","localHost.com",null,"False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,null,"False","localHost.com",null,"")
4ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,null,"False","localHost.com",null,null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,null,"False","","8080","False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,null,"False","","8080","")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,null,"False","","8080",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,null,"False","","","False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,null,"False","","","")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,null,"False","","",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,null,"False","",null,"False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,null,"False","",null,"")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,null,"False","",null,null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,null,"False",null,"8080","False")
2ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,null,"False",null,"8080","")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,null,"False",null,"8080",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,null,"False",null,"","False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,null,"False",null,"","")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,null,"False",null,"",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,null,"False",null,null,"False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,null,"False",null,null,"")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,null,"False",null,null,null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,null,"","localHost.com","8080","False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,null,"","localHost.com","8080","")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,null,"","localHost.com","8080",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,null,"","localHost.com","","False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,null,"","localHost.com","","")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,null,"","localHost.com","",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,null,"","localHost.com",null,"False")
4ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,null,"","localHost.com",null,"")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,null,"","localHost.com",null,null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,null,"","","8080","False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,null,"","","8080","")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,null,"","","8080",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,null,"","","","False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,null,"","","","")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,null,"","","",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,null,"","",null,"False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,null,"","",null,"")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,null,"","",null,null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,null,"",null,"8080","False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,null,"",null,"8080","")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,null,"",null,"8080",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,null,"",null,"","False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,null,"",null,"","")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,null,"",null,"",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,null,"",null,null,"False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,null,"",null,null,"")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,null,"",null,null,null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,null,null,"localHost.com","8080","False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,null,null,"localHost.com","8080","")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,null,null,"localHost.com","8080",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,null,null,"localHost.com","","False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,null,null,"localHost.com","","")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,null,null,"localHost.com","",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,null,null,"localHost.com",null,"False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,null,null,"localHost.com",null,"")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,null,null,"localHost.com",null,null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,null,null,"","8080","False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,null,null,"","8080","")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,null,null,"","8080",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,null,null,"","","False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,null,null,"","","")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,null,null,"","",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,null,null,"",null,"False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,null,null,"",null,"")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,null,null,"",null,null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,null,null,null,"8080","False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,null,null,null,"8080","")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,null,null,null,"8080",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,null,null,null,"","False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,null,null,null,"","")
4ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,null,null,null,"",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,null,null,null,null,"False")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,null,null,null,null,"")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InfiniteTracing_TraceObserver(null,null,null,null,null,null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InstrumentationLoggingEnabledSetFromLocal(True)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 InstrumentationLoggingEnabledSetFromLocal(False)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 LabelsEnvironmentOverridesLocal(null,null)
4ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 LabelsEnvironmentOverridesLocal(null,"Foo")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 LabelsEnvironmentOverridesLocal("Foo",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 LabelsEnvironmentOverridesLocal("Foo","Bar")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 LegacyCaptureCustomParametersOverriddenByLocalHighSecurity(True,True)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 LegacyCaptureCustomParametersOverriddenByLocalHighSecurity(True,False)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 LegacyCaptureCustomParametersOverriddenByLocalHighSecurity(False,True)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 LegacyCaptureCustomParametersOverriddenByLocalHighSecurity(False,False)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 LicenseKeyEnvironmentOverridesLocal(null,null,null,null)
4ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 LicenseKeyEnvironmentOverridesLocal(null,null,null,"foo")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 LicenseKeyEnvironmentOverridesLocal(null,null,"foo",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 LicenseKeyEnvironmentOverridesLocal(null,"foo",null,null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 LicenseKeyEnvironmentOverridesLocal(null,null,"foo","bar")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 LicenseKeyEnvironmentOverridesLocal(null,"foo",null,"bar")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 LicenseKeyEnvironmentOverridesLocal(null,"foo","bar",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 LicenseKeyEnvironmentOverridesLocal(null,"foo","bar","baz")
4ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 LicenseKeyEnvironmentOverridesLocal("foo",null,null,null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 LicenseKeyEnvironmentOverridesLocal("foo",null,null,"foo")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 LicenseKeyEnvironmentOverridesLocal("foo",null,"foo",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 LicenseKeyEnvironmentOverridesLocal("foo","foo",null,null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 LicenseKeyEnvironmentOverridesLocal("foo",null,"foo","bar")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 LicenseKeyEnvironmentOverridesLocal("foo","foo",null,"bar")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 LicenseKeyEnvironmentOverridesLocal("foo","foo","bar",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 LicenseKeyEnvironmentOverridesLocal("foo","foo","bar","baz")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 LocalExplainPlanThresholdShouldConvertFromMilliseconds(100.0d)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 LocalExplainPlanThresholdShouldConvertFromMilliseconds(1500.0d)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 LocalExplainPlanThresholdShouldConvertFromMilliseconds(3000.0d)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 MetricNameRegexRulesPullsValueFromServerConfiguration
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 MetricNameRegexRulesUpdatesReplaceRegexBackreferencesToDotNetStyle("\\1","$1")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 MetricNameRegexRulesUpdatesReplaceRegexBackreferencesToDotNetStyle("\\12","$12")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 MetricNameRegexRulesUpdatesReplaceRegexBackreferencesToDotNetStyle("\\1\\2","$1$2")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 MetricNameRegexRulesUpdatesReplaceRegexBackreferencesToDotNetStyle("\\2banana\\1","$2banana$1")
5ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 MetricNameRegexRulesUpdatesReplaceRegexBackreferencesToDotNetStyle("\\s","\\s")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 PrimaryApplicationIdValue(null,null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 PrimaryApplicationIdValue("ApplicationIdValue","ApplicationIdValue")
4ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 ProcessHostDisplayNameIsSetFromLocalConfigurationAndEnvironmentVariable(null,null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 ProcessHostDisplayNameIsSetFromLocalConfigurationAndEnvironmentVariable("blandAmericanCoconut",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 ProcessHostDisplayNameIsSetFromLocalConfigurationAndEnvironmentVariable("blandAmericanCoconut","vietnameseCoconut")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 ProcessHostDisplayNameIsSetFromLocalConfigurationAndEnvironmentVariable(null,"vietnameseCoconut")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 Property_DataTransmissionPutForDataSend_set_from_local(True)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 Property_DataTransmissionPutForDataSend_set_from_local(False)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 Property_deprecated_ignore_requestParameters_value_becomes_exclude
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 RecordSqlMostSecureWinsNeverRawWithSecurityPolicies(raw,"raw",True)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 RecordSqlMostSecureWinsNeverRawWithSecurityPolicies(raw,"raw",False)
5ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 RecordSqlMostSecureWinsNeverRawWithSecurityPolicies(raw,"obfuscated",True)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 RecordSqlMostSecureWinsNeverRawWithSecurityPolicies(raw,"obfuscated",False)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 RecordSqlMostSecureWinsNeverRawWithSecurityPolicies(raw,null,True)
4ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 RecordSqlMostSecureWinsNeverRawWithSecurityPolicies(raw,null,False)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 RecordSqlMostSecureWinsNeverRawWithSecurityPolicies(obfuscated,"raw",True)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 RecordSqlMostSecureWinsNeverRawWithSecurityPolicies(obfuscated,"raw",False)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 RecordSqlMostSecureWinsNeverRawWithSecurityPolicies(obfuscated,"obfuscated",True)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 RecordSqlMostSecureWinsNeverRawWithSecurityPolicies(obfuscated,"obfuscated",False)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 RecordSqlMostSecureWinsNeverRawWithSecurityPolicies(obfuscated,null,True)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 RecordSqlMostSecureWinsNeverRawWithSecurityPolicies(obfuscated,null,False)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 RecordSqlMostSecureWinsNeverRawWithSecurityPolicies(off,"raw",True)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 RecordSqlMostSecureWinsNeverRawWithSecurityPolicies(off,"raw",False)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 RecordSqlMostSecureWinsNeverRawWithSecurityPolicies(off,"obfuscated",True)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 RecordSqlMostSecureWinsNeverRawWithSecurityPolicies(off,"obfuscated",False)
5ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 RecordSqlMostSecureWinsNeverRawWithSecurityPolicies(off,null,True)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 RecordSqlMostSecureWinsNeverRawWithSecurityPolicies(off,null,False)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 RequestParametersToIgnoreSetFromLocalServerOverrides(["local"],["server"],"request.parameters.server")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 RequestParametersToIgnoreSetFromLocalServerOverrides(["local"],null,"request.parameters.local")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 RequestPathExclusionListBadRegex
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 RequestPathExclusionListContainsOneEntry
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 RequestPathExclusionListContainsTwoEntries
4ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 RequestPathExclusionListIsEmptyIfNoRequestPathsInList
2ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 ResponseHeaderParametersToIgnoreSetFromLocal
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 SamplingTargetPeriodInSecondsValue(null,null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 SamplingTargetPeriodInSecondsValue(1234,1234)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 SamplingTargetValue(null,null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 SamplingTargetValue(1234,1234)
4ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 SecurityPoliciesTokenExists(null,null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 SecurityPoliciesTokenExists(null,"localValue")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 SecurityPoliciesTokenExists("envValue",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 SecurityPoliciesTokenExists("envValue","localValue")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 SecurityPoliciesTokenExists("","localValue")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 SecurityPoliciesTokenExists("envValue","")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 SecurityPoliciesTokenExists("","")
2ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 SecurityPoliciesTokenReturned(null,null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 SecurityPoliciesTokenReturned(null,"localValue")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 SecurityPoliciesTokenReturned("envValue",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 SecurityPoliciesTokenReturned("envValue","localValue")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 SecurityPoliciesTokenReturned("","localValue")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 SecurityPoliciesTokenReturned(" ","localValue")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 SecurityPoliciesTokenReturned(" envValue ",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 SecurityPoliciesTokenReturned(null," localValue ")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 ServerSideExplainPlanThresholdShouldConvertFromSeconds(0.5d)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 ServerSideExplainPlanThresholdShouldConvertFromSeconds(1.0d)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 ServerSideExplainPlanThresholdShouldConvertFromSeconds(1.5d)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 SlowSqlDefaultIsTrue
2ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 SlowSqlLocalConfigSetToFalse
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 SlowSqlServerOverridesWhenLocalIsDefault
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 SlowSqlServerOverridesWhenSet
2ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 SpanEventsAttributesEnabled(False,False,False)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 SpanEventsAttributesEnabled(False,True,False)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 SpanEventsAttributesEnabled(True,True,True)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 SpanEventsAttributesEnabled(True,False,False)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 SpanEventsAttributesExclude(["att1", "att2"],["att1", "att2"])
5ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 SpanEventsAttributesInclude(True,True,["att1", "att2"],[])
8ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 SpanEventsAttributesInclude(True,False,["att1", "att2"],[])
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 SpanEventsAttributesInclude(False,False,["att1", "att2"],[])
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 SpanEventsAttributesInclude(False,True,["att1", "att2"],["att1", "att2"])
4ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 SpanEventsAttributesIncludeClearedBySecurityPolicy(False,["att1", "att2"],[])
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 SpanEventsAttributesIncludeClearedBySecurityPolicy(True,["att1", "att2"],["att1", "att2"])
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 SpanEventsEnabledEnvironmentOverridesLocal(True,null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 SpanEventsEnabledEnvironmentOverridesLocal(False,null)
4ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 SpanEventsEnabledEnvironmentOverridesLocal(True,"true")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 SpanEventsEnabledEnvironmentOverridesLocal(True,"false")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 SpanEventsEnabledEnvironmentOverridesLocal(False,"true")
4ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 SpanEventsEnabledHasCorrectValue(True,True)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 SpanEventsEnabledHasCorrectValue(True,False)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 SpanEventsEnabledHasCorrectValue(False,True)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 SpanEventsEnabledHasCorrectValue(False,False)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 SpanEventsEnabledIsTrueInLocalConfigByDefault
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 SpanEventsHarvestCycleUsesDefaultOrEventHarvestConfig
2ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 SpanEventsMaxSamplesStoredOverriddenByEventHarvestConfig
2ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 SqlExplainPlansEnabledServerOverridesLocal(True,null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 SqlExplainPlansEnabledServerOverridesLocal(False,null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 SqlExplainPlansEnabledServerOverridesLocal(True,True)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 SqlExplainPlansEnabledServerOverridesLocal(True,False)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 SqlExplainPlansEnabledServerOverridesLocal(False,True)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 SqlExplainPlansEnabledServerOverridesLocal(False,False)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 SqlStatementsPerTransactionAlwaysReturns500
2ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 SqlTracesPerPeriodReturnsStatic10
2ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 StackTraceMaximumFramesSetFromLocal(null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 StackTraceMaximumFramesSetFromLocal(100)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 StaticFieldInstanceIsNotNull
2ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 StaticRequestPathExclusionListIsNotNull
2ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 StatusCodesToIgnoreSetFromLocalAndServerOverrides([400.0f, 404.0f],["500"])
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 StatusCodesToIgnoreSetFromLocalAndServerOverrides([400.0f, 404.0f],null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 StripExceptionMessagesHighSecurityOverrides(True,True)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 StripExceptionMessagesHighSecurityOverrides(True,False)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 StripExceptionMessagesHighSecurityOverrides(False,False)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 StripExceptionMessagesHighSecurityOverrides(False,True)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 StripExceptionMessagesMostSecureWinsWithSecurityPolicies(True,True)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 StripExceptionMessagesMostSecureWinsWithSecurityPolicies(True,False)
2ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 StripExceptionMessagesMostSecureWinsWithSecurityPolicies(False,True)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 StripExceptionMessagesMostSecureWinsWithSecurityPolicies(False,False)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 ThreadProfilingIgnoreMethodFromXmlDecodesIntoListOfStrings
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 TransactionEventsCanBeDisbledByServer(null,null,True)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 TransactionEventsCanBeDisbledByServer(null,null,False)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 TransactionEventsCanBeDisbledByServer(null,True,True)
4ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 TransactionEventsCanBeDisbledByServer(null,True,False)
6ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 TransactionEventsCanBeDisbledByServer(null,False,True)
4ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 TransactionEventsCanBeDisbledByServer(null,False,False)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 TransactionEventsCanBeDisbledByServer(True,null,True)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 TransactionEventsCanBeDisbledByServer(True,null,False)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 TransactionEventsCanBeDisbledByServer(True,True,True)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 TransactionEventsCanBeDisbledByServer(True,True,False)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 TransactionEventsCanBeDisbledByServer(True,False,True)
4ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 TransactionEventsCanBeDisbledByServer(True,False,False)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 TransactionEventsCanBeDisbledByServer(False,null,True)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 TransactionEventsCanBeDisbledByServer(False,null,False)
4ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 TransactionEventsCanBeDisbledByServer(False,True,True)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 TransactionEventsCanBeDisbledByServer(False,True,False)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 TransactionEventsCanBeDisbledByServer(False,False,True)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 TransactionEventsCanBeDisbledByServer(False,False,False)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 TransactionEventsEnabledSetFromLocalServerCanDisable(True,True)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 TransactionEventsEnabledSetFromLocalServerCanDisable(True,False)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 TransactionEventsEnabledSetFromLocalServerCanDisable(False,True)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 TransactionEventsEnabledSetFromLocalServerCanDisable(False,False)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 TransactionEventsEnabledSetFromLocalServerCanDisable(False,null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 TransactionEventsHarvestCycleUsesDefaultOrEventHarvestConfig
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 TransactionEventsMaxSamplesOf0ShouldDisableTransactionEvents
2ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 TransactionEventsMaxSamplesStoredOverriddenByEventHarvestConfig
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 TransactionEventsMaxSamplesStoredPassesThroughToLocalConfig
2ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 TransactionEventUsesDefaultWhenNoConfigValues
2ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 TransactionNameRegexRulesPullsValueFromServerConfiguration
2ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 TransactionNameRegexRulesUpdatesReplaceRegexBackreferencesToDotNetStyle("\\1","$1")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 TransactionNameRegexRulesUpdatesReplaceRegexBackreferencesToDotNetStyle("\\12","$12")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 TransactionNameRegexRulesUpdatesReplaceRegexBackreferencesToDotNetStyle("\\1\\2","$1$2")
4ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 TransactionNameRegexRulesUpdatesReplaceRegexBackreferencesToDotNetStyle("\\2banana\\1","$2banana$1")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 TransactionNameRegexRulesUpdatesReplaceRegexBackreferencesToDotNetStyle("\\s","\\s")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 TransactionNameWhitelistRulesPullsValueFromServerConfiguration
2ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 TransactionTracerCaptureAttributesSetFromLocal(True)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 TransactionTracerCaptureAttributesSetFromLocal(False)
5ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 TransactionTracerDeprecatedValueOverridesDefault(True)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 TransactionTracerDeprecatedValueOverridesDefault(False)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 TransactionTracerEnabledWithRpmCollectorEnabledServerOverrides(True,null,null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 TransactionTracerEnabledWithRpmCollectorEnabledServerOverrides(True,null,True)
4ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 TransactionTracerEnabledWithRpmCollectorEnabledServerOverrides(True,null,False)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 TransactionTracerEnabledWithRpmCollectorEnabledServerOverrides(True,True,True)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 TransactionTracerEnabledWithRpmCollectorEnabledServerOverrides(True,False,True)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 TransactionTracerEnabledWithRpmCollectorEnabledServerOverrides(True,True,False)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 TransactionTracerEnabledWithRpmCollectorEnabledServerOverrides(True,False,null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 TransactionTracerEnabledWithRpmCollectorEnabledServerOverrides(True,True,null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 TransactionTracerEnabledWithRpmCollectorEnabledServerOverrides(False,null,null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 TransactionTracerEnabledWithRpmCollectorEnabledServerOverrides(False,null,True)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 TransactionTracerEnabledWithRpmCollectorEnabledServerOverrides(False,null,False)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 TransactionTracerEnabledWithRpmCollectorEnabledServerOverrides(False,True,True)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 TransactionTracerEnabledWithRpmCollectorEnabledServerOverrides(False,False,True)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 TransactionTracerEnabledWithRpmCollectorEnabledServerOverrides(False,True,False)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 TransactionTracerEnabledWithRpmCollectorEnabledServerOverrides(False,False,null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 TransactionTracerEnabledWithRpmCollectorEnabledServerOverrides(False,True,null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 TransactionTracerOverridesDeprecatedValue(True,False)
4ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 TransactionTracerOverridesDeprecatedValue(True,True)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 TransactionTracerOverridesDeprecatedValue(False,False)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 TransactionTracerOverridesDeprecatedValue(False,True)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 TransactionTracerRecordSqlSetFromLocalAndServerHighSecurityOverridesServerOverrides(False,obfuscated,null)
8ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 TransactionTracerRecordSqlSetFromLocalAndServerHighSecurityOverridesServerOverrides(False,off,null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 TransactionTracerRecordSqlSetFromLocalAndServerHighSecurityOverridesServerOverrides(False,raw,null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 TransactionTracerRecordSqlSetFromLocalAndServerHighSecurityOverridesServerOverrides(False,obfuscated,"off")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 TransactionTracerRecordSqlSetFromLocalAndServerHighSecurityOverridesServerOverrides(False,off,"obfuscated")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 TransactionTracerRecordSqlSetFromLocalAndServerHighSecurityOverridesServerOverrides(False,raw,"off")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 TransactionTracerRecordSqlSetFromLocalAndServerHighSecurityOverridesServerOverrides(True,off,null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 TransactionTracerRecordSqlSetFromLocalAndServerHighSecurityOverridesServerOverrides(True,obfuscated,null)
4ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 TransactionTracerRecordSqlSetFromLocalAndServerHighSecurityOverridesServerOverrides(True,raw,null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 TransactionTracerRecordSqlSetFromLocalAndServerHighSecurityOverridesServerOverrides(True,off,"off")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 TransactionTracerRecordSqlSetFromLocalAndServerHighSecurityOverridesServerOverrides(True,obfuscated,"off")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 TransactionTracerRecordSqlSetFromLocalAndServerHighSecurityOverridesServerOverrides(True,raw,"off")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 TransactionTracerRecordSqlSetFromLocalAndServerHighSecurityOverridesServerOverrides(True,obfuscated,"raw")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 TransactionTracerStackThresholdServerOverridesLocal(500,null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 TransactionTracerStackThresholdServerOverridesLocal(1,null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 TransactionTracerStackThresholdServerOverridesLocal(0,null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 TransactionTracerStackThresholdServerOverridesLocal(500,0.5d)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 TransactionTracerStackThresholdServerOverridesLocal(500,0.0d)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 TransactionTracerStackThresholdServerOverridesLocal(0,0.5d)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 TransactionTracerStackThresholdServerOverridesLocal(1,0.2d)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 TransactionTracerStackThresholdServerOverridesLocal(-300,null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 TransactionTracerUsesDefaultWhenNoConfigValues
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 TransactionTraceThresholdSetFromServerOverridesLocal("apdex_f",null,5)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 TransactionTraceThresholdSetFromServerOverridesLocal("1",null,5)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 TransactionTraceThresholdSetFromServerOverridesLocal("1.5",null,5)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 TransactionTraceThresholdSetFromServerOverridesLocal("apdex_f",3,5)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 TransactionTraceThresholdSetFromServerOverridesLocal("apdex_f",3.5d,5)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 TransactionTraceThresholdSetFromServerOverridesLocal("apdex_f","4",5)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 TransactionTraceThresholdSetFromServerOverridesLocal("apdex_f","4.5",5)
2ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 TransactionTraceThresholdSetFromServerOverridesLocal("apdex_f","apdex_f",5)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 TransactionTraceThresholdSetFromServerOverridesLocal("apdex_f","foo",5)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 TransactionTraceThresholdSetFromServerOverridesLocal(null,null,5)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 TransactionTraceThresholdSetFromServerOverridesLocal(null,2,5)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 TrustedAccountKeyValue(null,null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 TrustedAccountKeyValue("TrustedAccountKey","TrustedAccountKey")
4ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 UrlRegexRulesPullsValueFromServerConfiguration
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 UrlRegexRulesUpdatesReplaceRegexBackreferencesToDotNetStyle("\\1","$1")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 UrlRegexRulesUpdatesReplaceRegexBackreferencesToDotNetStyle("\\12","$12")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 UrlRegexRulesUpdatesReplaceRegexBackreferencesToDotNetStyle("\\1\\2","$1$2")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 UrlRegexRulesUpdatesReplaceRegexBackreferencesToDotNetStyle("\\2banana\\1","$2banana$1")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 UrlRegexRulesUpdatesReplaceRegexBackreferencesToDotNetStyle("\\s","\\s")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 UseResourceBasedNamingIsDisabledByDefault
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 UseResourceBasedNamingIsEnabled
2ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 UseSslOverriddenByLocalHighSecurity
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 UtilizationDetectAwsIsSetToFalse
2ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 UtilizationDetectAwsIsTrueByDefault
2ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 UtilizationDetectAzureIsSetToFalse
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 UtilizationDetectAzureIsTrueByDefault
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 UtilizationDetectDockerIsSetToFalse
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 UtilizationDetectDockerIsTrueByDefault
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 UtilizationDetectGcpIsSetToFalse
2ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 UtilizationDetectGcpIsTrueByDefault
2ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 UtilizationDetectKubernetesIsTrueByDefault
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 UtilizationDetectPcfIsSetToFalse
2ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 UtilizationDetectPcfIsTrueByDefualt
2ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 WebTransactionsApdexPullsValueFromServerConfiguration
2ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 WhenConfigsAreDefaultThenCaptureAgentTimingIsDisabled
2ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 WhenConfigsAreDefaultThenDatabaseNameReportingEnabledIsEnabled
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 WhenConfigsAreDefaultThenDatastoreTracerQueryParametersEnabledIsDisabled
2ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 WhenConfigsAreDefaultThenInstanceReportingEnabledIsEnabled
2ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 WhenConfigsAreDefaultThenPutForDataSendIsDisabled
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 WhenConfigsAreDefaultThenTransactionEventsAreEnabled
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 WhenStackTraceMaximumFramesIsSet
4ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 WhenTransactionEventsAreDisabledInLocalConfigAndDoNotExistInServerConfigThenTransactionEventsAreDisabled
2ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 WhenTransactionEventsAreEnabledInLocalConfigAndDoNotExistInServerConfigThenTransactionEventsAreEnabled
2ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 WhenTransactionTraceThresholdSetToApdexfThenEqualsApdextTimes4
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.UnitTest.DefaultConfigurationTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Configuration\DefaultConfigurationTests.cs:line 52

 RunCrossAgentCollectorHostnameTests: normal license key
4ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.CrossAgentTests.DataTransport.CollectorHostNameTests.Setup() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\CrossAgentTests\DataTransport\CollectorHostNameTests.cs:line 64

 RunCrossAgentCollectorHostnameTests: region aware key with four character identifier
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.CrossAgentTests.DataTransport.CollectorHostNameTests.Setup() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\CrossAgentTests\DataTransport\CollectorHostNameTests.cs:line 64

 RunCrossAgentCollectorHostnameTests: region aware key with five character identifier
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.CrossAgentTests.DataTransport.CollectorHostNameTests.Setup() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\CrossAgentTests\DataTransport\CollectorHostNameTests.cs:line 64

 RunCrossAgentCollectorHostnameTests: region aware key with seven character identifier
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.CrossAgentTests.DataTransport.CollectorHostNameTests.Setup() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\CrossAgentTests\DataTransport\CollectorHostNameTests.cs:line 64

 RunCrossAgentCollectorHostnameTests: region aware key with abnormal identifier
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.CrossAgentTests.DataTransport.CollectorHostNameTests.Setup() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\CrossAgentTests\DataTransport\CollectorHostNameTests.cs:line 64

 RunCrossAgentCollectorHostnameTests: region aware key with more than one identifier
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.CrossAgentTests.DataTransport.CollectorHostNameTests.Setup() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\CrossAgentTests\DataTransport\CollectorHostNameTests.cs:line 64

 RunCrossAgentCollectorHostnameTests: environment variable specified license key
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.CrossAgentTests.DataTransport.CollectorHostNameTests.Setup() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\CrossAgentTests\DataTransport\CollectorHostNameTests.cs:line 64

 RunCrossAgentCollectorHostnameTests: env var host override
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.CrossAgentTests.DataTransport.CollectorHostNameTests.Setup() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\CrossAgentTests\DataTransport\CollectorHostNameTests.cs:line 64

 RunCrossAgentCollectorHostnameTests: local config host override
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.CrossAgentTests.DataTransport.CollectorHostNameTests.Setup() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\CrossAgentTests\DataTransport\CollectorHostNameTests.cs:line 64

 RunCrossAgentCollectorHostnameTests: local config host override with env key
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.CrossAgentTests.DataTransport.CollectorHostNameTests.Setup() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\CrossAgentTests\DataTransport\CollectorHostNameTests.cs:line 64

 RunCrossAgentCollectorHostnameTests: env var host override with env key
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.CrossAgentTests.DataTransport.CollectorHostNameTests.Setup() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\CrossAgentTests\DataTransport\CollectorHostNameTests.cs:line 64

 RunCrossAgentCollectorHostnameTests: env var host override default with default env key
5ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.CrossAgentTests.DataTransport.CollectorHostNameTests.Setup() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\CrossAgentTests\DataTransport\CollectorHostNameTests.cs:line 64

 RunCrossAgentCollectorHostnameTests: No specified key defaults to collector.newrelic.com
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.CrossAgentTests.DataTransport.CollectorHostNameTests.Setup() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\CrossAgentTests\DataTransport\CollectorHostNameTests.cs:line 64

 Test(all fields present)
8ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.CrossAgentTests.TestableDefaultConfiguration..ctor(IEnvironment environment, configuration localConfig, ServerConfiguration serverConfig, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\CrossAgentTests\ServerSentEvent\ServerSentEventTests.cs:line 34
   at NewRelic.Agent.Core.CrossAgentTests.RumTests.RumClientConfigTests.SetUp(TestCase testCase) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\CrossAgentTests\RumTests\RumClientConfigTests.cs:line 108
   at NewRelic.Agent.Core.CrossAgentTests.RumTests.RumClientConfigTests.Test(TestCase testCase) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\CrossAgentTests\RumTests\RumClientConfigTests.cs:line 126

 Test(browser_monitoring.attributes.enabled disabled)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.CrossAgentTests.TestableDefaultConfiguration..ctor(IEnvironment environment, configuration localConfig, ServerConfiguration serverConfig, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\CrossAgentTests\ServerSentEvent\ServerSentEventTests.cs:line 34
   at NewRelic.Agent.Core.CrossAgentTests.RumTests.RumClientConfigTests.SetUp(TestCase testCase) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\CrossAgentTests\RumTests\RumClientConfigTests.cs:line 108
   at NewRelic.Agent.Core.CrossAgentTests.RumTests.RumClientConfigTests.Test(TestCase testCase) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\CrossAgentTests\RumTests\RumClientConfigTests.cs:line 126

 Test(empty js_agent_file)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.CrossAgentTests.TestableDefaultConfiguration..ctor(IEnvironment environment, configuration localConfig, ServerConfiguration serverConfig, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\CrossAgentTests\ServerSentEvent\ServerSentEventTests.cs:line 34
   at NewRelic.Agent.Core.CrossAgentTests.RumTests.RumClientConfigTests.SetUp(TestCase testCase) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\CrossAgentTests\RumTests\RumClientConfigTests.cs:line 108
   at NewRelic.Agent.Core.CrossAgentTests.RumTests.RumClientConfigTests.Test(TestCase testCase) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\CrossAgentTests\RumTests\RumClientConfigTests.cs:line 126

 Test(collect_span_events_disabled)
10ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.CrossAgentTests.TestableDefaultConfiguration..ctor(IEnvironment environment, configuration localConfig, ServerConfiguration serverConfig, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\CrossAgentTests\ServerSentEvent\ServerSentEventTests.cs:line 34
   at NewRelic.Agent.Core.CrossAgentTests.ServerSentEventTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\CrossAgentTests\ServerSentEvent\ServerSentEventTests.cs:line 79

 Test(collect_span_events_enabled)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.CrossAgentTests.TestableDefaultConfiguration..ctor(IEnvironment environment, configuration localConfig, ServerConfiguration serverConfig, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\CrossAgentTests\ServerSentEvent\ServerSentEventTests.cs:line 34
   at NewRelic.Agent.Core.CrossAgentTests.ServerSentEventTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\CrossAgentTests\ServerSentEvent\ServerSentEventTests.cs:line 79

 Test(collect_custom_events_disabled)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.CrossAgentTests.TestableDefaultConfiguration..ctor(IEnvironment environment, configuration localConfig, ServerConfiguration serverConfig, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\CrossAgentTests\ServerSentEvent\ServerSentEventTests.cs:line 34
   at NewRelic.Agent.Core.CrossAgentTests.ServerSentEventTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\CrossAgentTests\ServerSentEvent\ServerSentEventTests.cs:line 79

 Test(collect_custom_events_enabled)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.CrossAgentTests.TestableDefaultConfiguration..ctor(IEnvironment environment, configuration localConfig, ServerConfiguration serverConfig, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\CrossAgentTests\ServerSentEvent\ServerSentEventTests.cs:line 34
   at NewRelic.Agent.Core.CrossAgentTests.ServerSentEventTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\CrossAgentTests\ServerSentEvent\ServerSentEventTests.cs:line 79

 Test(collect_analytics_events_disabled)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.CrossAgentTests.TestableDefaultConfiguration..ctor(IEnvironment environment, configuration localConfig, ServerConfiguration serverConfig, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\CrossAgentTests\ServerSentEvent\ServerSentEventTests.cs:line 34
   at NewRelic.Agent.Core.CrossAgentTests.ServerSentEventTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\CrossAgentTests\ServerSentEvent\ServerSentEventTests.cs:line 79

 Test(collect_analytics_events_enabled)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.CrossAgentTests.TestableDefaultConfiguration..ctor(IEnvironment environment, configuration localConfig, ServerConfiguration serverConfig, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\CrossAgentTests\ServerSentEvent\ServerSentEventTests.cs:line 34
   at NewRelic.Agent.Core.CrossAgentTests.ServerSentEventTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\CrossAgentTests\ServerSentEvent\ServerSentEventTests.cs:line 79

 Test(collect_error_events_disabled)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.CrossAgentTests.TestableDefaultConfiguration..ctor(IEnvironment environment, configuration localConfig, ServerConfiguration serverConfig, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\CrossAgentTests\ServerSentEvent\ServerSentEventTests.cs:line 34
   at NewRelic.Agent.Core.CrossAgentTests.ServerSentEventTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\CrossAgentTests\ServerSentEvent\ServerSentEventTests.cs:line 79

 Test(collect_error_events_enabled)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.CrossAgentTests.TestableDefaultConfiguration..ctor(IEnvironment environment, configuration localConfig, ServerConfiguration serverConfig, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\CrossAgentTests\ServerSentEvent\ServerSentEventTests.cs:line 34
   at NewRelic.Agent.Core.CrossAgentTests.ServerSentEventTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\CrossAgentTests\ServerSentEvent\ServerSentEventTests.cs:line 79

 Test(collect_errors_disabled)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.CrossAgentTests.TestableDefaultConfiguration..ctor(IEnvironment environment, configuration localConfig, ServerConfiguration serverConfig, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\CrossAgentTests\ServerSentEvent\ServerSentEventTests.cs:line 34
   at NewRelic.Agent.Core.CrossAgentTests.ServerSentEventTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\CrossAgentTests\ServerSentEvent\ServerSentEventTests.cs:line 79

 Test(collect_errors_enabled)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.CrossAgentTests.TestableDefaultConfiguration..ctor(IEnvironment environment, configuration localConfig, ServerConfiguration serverConfig, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\CrossAgentTests\ServerSentEvent\ServerSentEventTests.cs:line 34
   at NewRelic.Agent.Core.CrossAgentTests.ServerSentEventTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\CrossAgentTests\ServerSentEvent\ServerSentEventTests.cs:line 79

 Test(collect_traces_disabled)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.CrossAgentTests.TestableDefaultConfiguration..ctor(IEnvironment environment, configuration localConfig, ServerConfiguration serverConfig, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\CrossAgentTests\ServerSentEvent\ServerSentEventTests.cs:line 34
   at NewRelic.Agent.Core.CrossAgentTests.ServerSentEventTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\CrossAgentTests\ServerSentEvent\ServerSentEventTests.cs:line 79

 Test(collect_traces_enabled)
5ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.CrossAgentTests.TestableDefaultConfiguration..ctor(IEnvironment environment, configuration localConfig, ServerConfiguration serverConfig, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\CrossAgentTests\ServerSentEvent\ServerSentEventTests.cs:line 34
   at NewRelic.Agent.Core.CrossAgentTests.ServerSentEventTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\CrossAgentTests\ServerSentEvent\ServerSentEventTests.cs:line 79

 ConfigurationServiceCanFullyResolve
84ms
Error:
  Expected: No Exception to be thrown
  But was:  <Castle.MicroKernel.ComponentActivator.ComponentActivatorException: ComponentActivator: could not instantiate NewRelic.Agent.Core.Configuration.ConfigurationService ---> System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.ArgumentNullException: Value cannot be null.
Parameter name: dictionary
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
   --- End of inner exception stack trace ---
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   --- End of inner exception stack trace ---
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
   at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
   at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
   at Castle.MicroKernel.Lifestyle.SingletonLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
   at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
   at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
   at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
   at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
   at Castle.MicroKernel.DefaultKernel.Resolve(Type service, IDictionary arguments)
   at Castle.Windsor.WindsorContainer.Resolve[T]()
   at NewRelic.Agent.Core.DependencyInjection.WindsorContainer.Resolve[T]() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\DependencyInjection\WindsorContainer.cs:line 83
   at NewRelic.Agent.Core.DependencyInjection.AgentServicesTests.<>c__DisplayClass0_1.<ConfigurationServiceCanFullyResolve>b__1() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\DependencyInjection\AgentServicesTests.cs:line 26
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at NUnit.Framework.Internal.Reflect.DynamicInvokeWithTransparentExceptions(Delegate delegate)
   at NUnit.Framework.Internal.ExceptionHelper.RecordException(Delegate parameterlessDelegate, String parameterName)>

Stack trace:
   at NewRelic.Agent.Core.DependencyInjection.AgentServicesTests.ConfigurationServiceCanFullyResolve() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\DependencyInjection\AgentServicesTests.cs:line 26

 FromErrorHttpStatusCode_MarkErrorDataAsExpected_ExpectedStatusCodes(True)
6ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
   at NewRelic.Agent.Core.Errors.ErrorServiceTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Errors\ErrorServiceTests.cs:line 35
--TearDown
   at NewRelic.Agent.Core.Errors.ErrorServiceTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Errors\ErrorServiceTests.cs:line 49

 FromErrorHttpStatusCode_MarkErrorDataAsExpected_ExpectedStatusCodes(False)
4ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
   at NewRelic.Agent.Core.Errors.ErrorServiceTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Errors\ErrorServiceTests.cs:line 35
--TearDown
   at NewRelic.Agent.Core.Errors.ErrorServiceTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Errors\ErrorServiceTests.cs:line 49

 FromException_MarkErrorDataAsExpected_ExpectedErrorClasses(True)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
   at NewRelic.Agent.Core.Errors.ErrorServiceTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Errors\ErrorServiceTests.cs:line 35
--TearDown
   at NewRelic.Agent.Core.Errors.ErrorServiceTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Errors\ErrorServiceTests.cs:line 49

 FromException_MarkErrorDataAsExpected_ExpectedErrorClasses(False)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
   at NewRelic.Agent.Core.Errors.ErrorServiceTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Errors\ErrorServiceTests.cs:line 35
--TearDown
   at NewRelic.Agent.Core.Errors.ErrorServiceTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Errors\ErrorServiceTests.cs:line 49

 FromException_MarkErrorDataAsExpected_ExpectedErrorMessages(True)
4ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
   at NewRelic.Agent.Core.Errors.ErrorServiceTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Errors\ErrorServiceTests.cs:line 35
--TearDown
   at NewRelic.Agent.Core.Errors.ErrorServiceTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Errors\ErrorServiceTests.cs:line 49

 FromException_MarkErrorDataAsExpected_ExpectedErrorMessages(False)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
   at NewRelic.Agent.Core.Errors.ErrorServiceTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Errors\ErrorServiceTests.cs:line 35
--TearDown
   at NewRelic.Agent.Core.Errors.ErrorServiceTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Errors\ErrorServiceTests.cs:line 49

 FromException_MarkErrorDataAsExpected_SameErrorClass_In_ExpectedClasses_ExpectedErrorMessages
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
   at NewRelic.Agent.Core.Errors.ErrorServiceTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Errors\ErrorServiceTests.cs:line 35
--TearDown
   at NewRelic.Agent.Core.Errors.ErrorServiceTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Errors\ErrorServiceTests.cs:line 49

 FromException_ReturnsExpectedErrorData(True)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
   at NewRelic.Agent.Core.Errors.ErrorServiceTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Errors\ErrorServiceTests.cs:line 35
--TearDown
   at NewRelic.Agent.Core.Errors.ErrorServiceTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Errors\ErrorServiceTests.cs:line 49

 FromException_ReturnsExpectedErrorData(False)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
   at NewRelic.Agent.Core.Errors.ErrorServiceTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Errors\ErrorServiceTests.cs:line 35
--TearDown
   at NewRelic.Agent.Core.Errors.ErrorServiceTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Errors\ErrorServiceTests.cs:line 49

 ShouldCollectErrors_MatchesErrorCollectorEnabledConfig(True)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
   at NewRelic.Agent.Core.Errors.ErrorServiceTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Errors\ErrorServiceTests.cs:line 35
--TearDown
   at NewRelic.Agent.Core.Errors.ErrorServiceTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Errors\ErrorServiceTests.cs:line 49

 ShouldCollectErrors_MatchesErrorCollectorEnabledConfig(False)
4ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
   at NewRelic.Agent.Core.Errors.ErrorServiceTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Errors\ErrorServiceTests.cs:line 35
--TearDown
   at NewRelic.Agent.Core.Errors.ErrorServiceTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Errors\ErrorServiceTests.cs:line 49

 ShouldIgnoreException_IgnoreErrorClasses(True)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
   at NewRelic.Agent.Core.Errors.ErrorServiceTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Errors\ErrorServiceTests.cs:line 35
--TearDown
   at NewRelic.Agent.Core.Errors.ErrorServiceTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Errors\ErrorServiceTests.cs:line 49

 ShouldIgnoreException_IgnoreErrorClasses(False)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
   at NewRelic.Agent.Core.Errors.ErrorServiceTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Errors\ErrorServiceTests.cs:line 35
--TearDown
   at NewRelic.Agent.Core.Errors.ErrorServiceTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Errors\ErrorServiceTests.cs:line 49

 ShouldIgnoreException_IgnoreErrorMessages(True)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
   at NewRelic.Agent.Core.Errors.ErrorServiceTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Errors\ErrorServiceTests.cs:line 35
--TearDown
   at NewRelic.Agent.Core.Errors.ErrorServiceTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Errors\ErrorServiceTests.cs:line 49

 ShouldIgnoreException_IgnoreErrorMessages(False)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
   at NewRelic.Agent.Core.Errors.ErrorServiceTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Errors\ErrorServiceTests.cs:line 35
--TearDown
   at NewRelic.Agent.Core.Errors.ErrorServiceTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Errors\ErrorServiceTests.cs:line 49

 ShouldIgnoreException_ReturnsFalse_IfExceptionIsNotIgnored
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
   at NewRelic.Agent.Core.Errors.ErrorServiceTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Errors\ErrorServiceTests.cs:line 35
--TearDown
   at NewRelic.Agent.Core.Errors.ErrorServiceTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Errors\ErrorServiceTests.cs:line 49

 ShouldIgnoreException_ReturnsTrue_IfExceptionIsIgnored
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
   at NewRelic.Agent.Core.Errors.ErrorServiceTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Errors\ErrorServiceTests.cs:line 35
--TearDown
   at NewRelic.Agent.Core.Errors.ErrorServiceTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Errors\ErrorServiceTests.cs:line 49

 ShouldIgnoreException_ReturnsTrue_IfExceptionWithTypeParameterIsIgnored
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
   at NewRelic.Agent.Core.Errors.ErrorServiceTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Errors\ErrorServiceTests.cs:line 35
--TearDown
   at NewRelic.Agent.Core.Errors.ErrorServiceTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Errors\ErrorServiceTests.cs:line 49

 ShouldIgnoreException_ReturnsTrue_IfInnerExceptionIsIgnored
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
   at NewRelic.Agent.Core.Errors.ErrorServiceTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Errors\ErrorServiceTests.cs:line 35
--TearDown
   at NewRelic.Agent.Core.Errors.ErrorServiceTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Errors\ErrorServiceTests.cs:line 49

 ShouldIgnoreException_ReturnsTrue_IfOuterExceptionIsIgnored
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
   at NewRelic.Agent.Core.Errors.ErrorServiceTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Errors\ErrorServiceTests.cs:line 35
--TearDown
   at NewRelic.Agent.Core.Errors.ErrorServiceTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Errors\ErrorServiceTests.cs:line 49

 ShouldIgnoreHttpStatusCode_ReturnsExpectedResult(404,null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
   at NewRelic.Agent.Core.Errors.ErrorServiceTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Errors\ErrorServiceTests.cs:line 35
--TearDown
   at NewRelic.Agent.Core.Errors.ErrorServiceTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Errors\ErrorServiceTests.cs:line 49

 ShouldIgnoreHttpStatusCode_ReturnsExpectedResult(404,1)
5ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
   at NewRelic.Agent.Core.Errors.ErrorServiceTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Errors\ErrorServiceTests.cs:line 35
--TearDown
   at NewRelic.Agent.Core.Errors.ErrorServiceTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Errors\ErrorServiceTests.cs:line 49

 ShouldIgnoreHttpStatusCode_ReturnsExpectedResult(403,1)
5ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
   at NewRelic.Agent.Core.Errors.ErrorServiceTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Errors\ErrorServiceTests.cs:line 35
--TearDown
   at NewRelic.Agent.Core.Errors.ErrorServiceTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Errors\ErrorServiceTests.cs:line 49

 ShouldIgnoreHttpStatusCode_ReturnsExpectedResult(403,null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
   at NewRelic.Agent.Core.Errors.ErrorServiceTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Errors\ErrorServiceTests.cs:line 35
--TearDown
   at NewRelic.Agent.Core.Errors.ErrorServiceTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Errors\ErrorServiceTests.cs:line 49

 ShouldIgnoreHttpStatusCode_ReturnsExpectedResult(500,null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
   at NewRelic.Agent.Core.Errors.ErrorServiceTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Errors\ErrorServiceTests.cs:line 35
--TearDown
   at NewRelic.Agent.Core.Errors.ErrorServiceTests.TearDown() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Errors\ErrorServiceTests.cs:line 49

 GetSpanEvent_DoesNotIncludesErrorAttributes_WhenThereIsAnError_IfErrorCollectionIsDisabled
7ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Spans.UnitTest.SpanEventMakerTests.PublishConfig() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Spans\SpanEventMakerTests.cs:line 116
   at NewRelic.Agent.Core.Spans.UnitTest.SpanEventMakerTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Spans\SpanEventMakerTests.cs:line 135

 GetSpanEvent_Generates_ExpecedErrorAttribute(True)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Spans.UnitTest.SpanEventMakerTests.PublishConfig() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Spans\SpanEventMakerTests.cs:line 116
   at NewRelic.Agent.Core.Spans.UnitTest.SpanEventMakerTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Spans\SpanEventMakerTests.cs:line 135

 GetSpanEvent_Generates_ExpecedErrorAttribute(False)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Spans.UnitTest.SpanEventMakerTests.PublishConfig() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Spans\SpanEventMakerTests.cs:line 116
   at NewRelic.Agent.Core.Spans.UnitTest.SpanEventMakerTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Spans\SpanEventMakerTests.cs:line 135

 GetSpanEvent_IncludesErrorAttributes_WhenThereIsAnError
4ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Spans.UnitTest.SpanEventMakerTests.PublishConfig() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Spans\SpanEventMakerTests.cs:line 116
   at NewRelic.Agent.Core.Spans.UnitTest.SpanEventMakerTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Spans\SpanEventMakerTests.cs:line 135

 GetSpanEvent_ReturnsSpanEventPerSegment_HasHttpStatusCode
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Spans.UnitTest.SpanEventMakerTests.PublishConfig() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Spans\SpanEventMakerTests.cs:line 116
   at NewRelic.Agent.Core.Spans.UnitTest.SpanEventMakerTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Spans\SpanEventMakerTests.cs:line 135

 GetSpanEvent_ReturnsSpanEventPerSegment_HttpCategory
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Spans.UnitTest.SpanEventMakerTests.PublishConfig() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Spans\SpanEventMakerTests.cs:line 116
   at NewRelic.Agent.Core.Spans.UnitTest.SpanEventMakerTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Spans\SpanEventMakerTests.cs:line 135

 GetSpanEvent_ReturnsSpanEventPerSegment_IsRootSegment
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Spans.UnitTest.SpanEventMakerTests.PublishConfig() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Spans\SpanEventMakerTests.cs:line 116
   at NewRelic.Agent.Core.Spans.UnitTest.SpanEventMakerTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Spans\SpanEventMakerTests.cs:line 135

 GetSpanEvent_ReturnsSpanEventPerSegment_NoHttpStatusCode
4ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Spans.UnitTest.SpanEventMakerTests.PublishConfig() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Spans\SpanEventMakerTests.cs:line 116
   at NewRelic.Agent.Core.Spans.UnitTest.SpanEventMakerTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Spans\SpanEventMakerTests.cs:line 135

 GetSpanEvent_ReturnsSpanEventPerSegment_ParentIdIsDistributedTraceGuid_FirstSegmentWithPayload
4ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Spans.UnitTest.SpanEventMakerTests.PublishConfig() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Spans\SpanEventMakerTests.cs:line 116
   at NewRelic.Agent.Core.Spans.UnitTest.SpanEventMakerTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Spans\SpanEventMakerTests.cs:line 135

 GetSpanEvent_ReturnsSpanEventPerSegment_ValidateChildValues
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Spans.UnitTest.SpanEventMakerTests.PublishConfig() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Spans\SpanEventMakerTests.cs:line 116
   at NewRelic.Agent.Core.Spans.UnitTest.SpanEventMakerTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Spans\SpanEventMakerTests.cs:line 135

 GetSpanEvent_ReturnsSpanEventPerSegment_ValidateCount
4ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Spans.UnitTest.SpanEventMakerTests.PublishConfig() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Spans\SpanEventMakerTests.cs:line 116
   at NewRelic.Agent.Core.Spans.UnitTest.SpanEventMakerTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Spans\SpanEventMakerTests.cs:line 135

 GetSpanEvent_ReturnsSpanEventPerSegment_ValidateDatastoreValues
5ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Spans.UnitTest.SpanEventMakerTests.PublishConfig() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Spans\SpanEventMakerTests.cs:line 116
   at NewRelic.Agent.Core.Spans.UnitTest.SpanEventMakerTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Spans\SpanEventMakerTests.cs:line 135

 GetSpanEvent_ReturnsSpanEventPerSegment_ValidateHttpValues
4ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Spans.UnitTest.SpanEventMakerTests.PublishConfig() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Spans\SpanEventMakerTests.cs:line 116
   at NewRelic.Agent.Core.Spans.UnitTest.SpanEventMakerTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Spans\SpanEventMakerTests.cs:line 135

 GetSpanEvent_ReturnsSpanEventPerSegment_W3CAttributes
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Spans.UnitTest.SpanEventMakerTests.PublishConfig() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Spans\SpanEventMakerTests.cs:line 116
   at NewRelic.Agent.Core.Spans.UnitTest.SpanEventMakerTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Spans\SpanEventMakerTests.cs:line 135

 RootSpanAttribFiltering_SpanFiltersIndependentOfTransactionFilters
5ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Spans.UnitTest.SpanEventMakerTests.PublishConfig() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Spans\SpanEventMakerTests.cs:line 116
   at NewRelic.Agent.Core.Spans.UnitTest.SpanEventMakerTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Spans\SpanEventMakerTests.cs:line 135

 RootSpanEventHasTransactionNameSpecialSpanAttrib
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Spans.UnitTest.SpanEventMakerTests.PublishConfig() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Spans\SpanEventMakerTests.cs:line 116
   at NewRelic.Agent.Core.Spans.UnitTest.SpanEventMakerTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Spans\SpanEventMakerTests.cs:line 135

 RootSpanEventHasTransactionsUserAndAgentAttributes(True)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Spans.UnitTest.SpanEventMakerTests.PublishConfig() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Spans\SpanEventMakerTests.cs:line 116
   at NewRelic.Agent.Core.Spans.UnitTest.SpanEventMakerTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Spans\SpanEventMakerTests.cs:line 135

 RootSpanEventHasTransactionsUserAndAgentAttributes(False)
4ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Spans.UnitTest.SpanEventMakerTests.PublishConfig() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Spans\SpanEventMakerTests.cs:line 116
   at NewRelic.Agent.Core.Spans.UnitTest.SpanEventMakerTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Spans\SpanEventMakerTests.cs:line 135

 GetAttributes_AssignsAttributesToCorrectDestinations_DistributedTracePayloadReceived
12ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Transformers.TransactionTransformer.UnitTest.TransactionAttributeMakerTests.UpdateConfiguration() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Transformers\TransactionTransformer\TransactionAttributeMakerTests.cs:line 67
   at NewRelic.Agent.Core.Transformers.TransactionTransformer.UnitTest.TransactionAttributeMakerTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Transformers\TransactionTransformer\TransactionAttributeMakerTests.cs:line 89

 GetAttributes_AssignsCorrectClassificationToAttributes_DistributedTracePayloadReceived
4ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Transformers.TransactionTransformer.UnitTest.TransactionAttributeMakerTests.UpdateConfiguration() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Transformers\TransactionTransformer\TransactionAttributeMakerTests.cs:line 67
   at NewRelic.Agent.Core.Transformers.TransactionTransformer.UnitTest.TransactionAttributeMakerTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Transformers\TransactionTransformer\TransactionAttributeMakerTests.cs:line 89

 GetAttributes_AssignsCorrectClassificationToAttributes_ExternalAndDB
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Transformers.TransactionTransformer.UnitTest.TransactionAttributeMakerTests.UpdateConfiguration() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Transformers\TransactionTransformer\TransactionAttributeMakerTests.cs:line 67
   at NewRelic.Agent.Core.Transformers.TransactionTransformer.UnitTest.TransactionAttributeMakerTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Transformers\TransactionTransformer\TransactionAttributeMakerTests.cs:line 89

 GetAttributes_AssignsCorrectClassificationToAttributes_ExternalOnly
5ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Transformers.TransactionTransformer.UnitTest.TransactionAttributeMakerTests.UpdateConfiguration() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Transformers\TransactionTransformer\TransactionAttributeMakerTests.cs:line 67
   at NewRelic.Agent.Core.Transformers.TransactionTransformer.UnitTest.TransactionAttributeMakerTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Transformers\TransactionTransformer\TransactionAttributeMakerTests.cs:line 89

 GetAttributes_DoesNotIncludeOriginalUri_IfSameValueAsUei
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Transformers.TransactionTransformer.UnitTest.TransactionAttributeMakerTests.UpdateConfiguration() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Transformers\TransactionTransformer\TransactionAttributeMakerTests.cs:line 67
   at NewRelic.Agent.Core.Transformers.TransactionTransformer.UnitTest.TransactionAttributeMakerTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Transformers\TransactionTransformer\TransactionAttributeMakerTests.cs:line 89

 GetAttributes_DoesNotReturnDistributedTraceAttrs_IfDistributedTraceEnabledAndDidNotReceivePayload
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Transformers.TransactionTransformer.UnitTest.TransactionAttributeMakerTests.UpdateConfiguration() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Transformers\TransactionTransformer\TransactionAttributeMakerTests.cs:line 67
   at NewRelic.Agent.Core.Transformers.TransactionTransformer.UnitTest.TransactionAttributeMakerTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Transformers\TransactionTransformer\TransactionAttributeMakerTests.cs:line 89

 GetAttributes_DoesNotReturnDistributedTraceAttrs_IfDistributedTraceEnabledAndIngestErrorsAreFatal
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Transformers.TransactionTransformer.UnitTest.TransactionAttributeMakerTests.UpdateConfiguration() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Transformers\TransactionTransformer\TransactionAttributeMakerTests.cs:line 67
   at NewRelic.Agent.Core.Transformers.TransactionTransformer.UnitTest.TransactionAttributeMakerTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Transformers\TransactionTransformer\TransactionAttributeMakerTests.cs:line 89

 GetAttributes_DoesNotReturnWebDurationAttribute_IfNonWebTransaction
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Transformers.TransactionTransformer.UnitTest.TransactionAttributeMakerTests.UpdateConfiguration() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Transformers\TransactionTransformer\TransactionAttributeMakerTests.cs:line 67
   at NewRelic.Agent.Core.Transformers.TransactionTransformer.UnitTest.TransactionAttributeMakerTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Transformers\TransactionTransformer\TransactionAttributeMakerTests.cs:line 89

 GetAttributes_ErrorAttributesNotIncluded_IfErrorCollectorDisabled
4ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Transformers.TransactionTransformer.UnitTest.TransactionAttributeMakerTests.UpdateConfiguration() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Transformers\TransactionTransformer\TransactionAttributeMakerTests.cs:line 67
   at NewRelic.Agent.Core.Transformers.TransactionTransformer.UnitTest.TransactionAttributeMakerTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Transformers\TransactionTransformer\TransactionAttributeMakerTests.cs:line 89

 GetAttributes_ExpecedErrorAttribute_SentToCorrectDestinations(True)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Transformers.TransactionTransformer.UnitTest.TransactionAttributeMakerTests.UpdateConfiguration() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Transformers\TransactionTransformer\TransactionAttributeMakerTests.cs:line 67
   at NewRelic.Agent.Core.Transformers.TransactionTransformer.UnitTest.TransactionAttributeMakerTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Transformers\TransactionTransformer\TransactionAttributeMakerTests.cs:line 89

 GetAttributes_ExpecedErrorAttribute_SentToCorrectDestinations(False)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Transformers.TransactionTransformer.UnitTest.TransactionAttributeMakerTests.UpdateConfiguration() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Transformers\TransactionTransformer\TransactionAttributeMakerTests.cs:line 67
   at NewRelic.Agent.Core.Transformers.TransactionTransformer.UnitTest.TransactionAttributeMakerTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Transformers\TransactionTransformer\TransactionAttributeMakerTests.cs:line 89

 GetAttributes_ReturnsAllAttributesCreatedByTransactionAttributeMaker
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Transformers.TransactionTransformer.UnitTest.TransactionAttributeMakerTests.UpdateConfiguration() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Transformers\TransactionTransformer\TransactionAttributeMakerTests.cs:line 67
   at NewRelic.Agent.Core.Transformers.TransactionTransformer.UnitTest.TransactionAttributeMakerTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Transformers\TransactionTransformer\TransactionAttributeMakerTests.cs:line 89

 GetAttributes_ReturnsAllAttributesThatHaveValues
4ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Transformers.TransactionTransformer.UnitTest.TransactionAttributeMakerTests.UpdateConfiguration() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Transformers\TransactionTransformer\TransactionAttributeMakerTests.cs:line 67
   at NewRelic.Agent.Core.Transformers.TransactionTransformer.UnitTest.TransactionAttributeMakerTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Transformers\TransactionTransformer\TransactionAttributeMakerTests.cs:line 89

 GetAttributes_ReturnsCatAttsWithoutCrossAppId
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Transformers.TransactionTransformer.UnitTest.TransactionAttributeMakerTests.UpdateConfiguration() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Transformers\TransactionTransformer\TransactionAttributeMakerTests.cs:line 67
   at NewRelic.Agent.Core.Transformers.TransactionTransformer.UnitTest.TransactionAttributeMakerTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Transformers\TransactionTransformer\TransactionAttributeMakerTests.cs:line 89

 GetAttributes_ReturnsDistributedTraceAttrs_IfDistributedTraceEnabledAndReceivedPayload
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Transformers.TransactionTransformer.UnitTest.TransactionAttributeMakerTests.UpdateConfiguration() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Transformers\TransactionTransformer\TransactionAttributeMakerTests.cs:line 67
   at NewRelic.Agent.Core.Transformers.TransactionTransformer.UnitTest.TransactionAttributeMakerTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Transformers\TransactionTransformer\TransactionAttributeMakerTests.cs:line 89

 GetAttributes_ReturnsMultipleDatabase
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Transformers.TransactionTransformer.UnitTest.TransactionAttributeMakerTests.UpdateConfiguration() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Transformers\TransactionTransformer\TransactionAttributeMakerTests.cs:line 67
   at NewRelic.Agent.Core.Transformers.TransactionTransformer.UnitTest.TransactionAttributeMakerTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Transformers\TransactionTransformer\TransactionAttributeMakerTests.cs:line 89

 GetAttributes_ReturnsMultipleExternal
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Transformers.TransactionTransformer.UnitTest.TransactionAttributeMakerTests.UpdateConfiguration() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Transformers\TransactionTransformer\TransactionAttributeMakerTests.cs:line 67
   at NewRelic.Agent.Core.Transformers.TransactionTransformer.UnitTest.TransactionAttributeMakerTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Transformers\TransactionTransformer\TransactionAttributeMakerTests.cs:line 89

 GetAttributes_ReturnsOneDatabase
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Transformers.TransactionTransformer.UnitTest.TransactionAttributeMakerTests.UpdateConfiguration() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Transformers\TransactionTransformer\TransactionAttributeMakerTests.cs:line 67
   at NewRelic.Agent.Core.Transformers.TransactionTransformer.UnitTest.TransactionAttributeMakerTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Transformers\TransactionTransformer\TransactionAttributeMakerTests.cs:line 89

 GetAttributes_ReturnsOneExternal
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Transformers.TransactionTransformer.UnitTest.TransactionAttributeMakerTests.UpdateConfiguration() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Transformers\TransactionTransformer\TransactionAttributeMakerTests.cs:line 67
   at NewRelic.Agent.Core.Transformers.TransactionTransformer.UnitTest.TransactionAttributeMakerTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Transformers\TransactionTransformer\TransactionAttributeMakerTests.cs:line 89

 GetAttributes_SendsAttributesToCorrectLocations
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Transformers.TransactionTransformer.UnitTest.TransactionAttributeMakerTests.UpdateConfiguration() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Transformers\TransactionTransformer\TransactionAttributeMakerTests.cs:line 67
   at NewRelic.Agent.Core.Transformers.TransactionTransformer.UnitTest.TransactionAttributeMakerTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Transformers\TransactionTransformer\TransactionAttributeMakerTests.cs:line 89

 GetUserAndAgentAttributes_AssignsCorrectClassificationToAttributes
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Transformers.TransactionTransformer.UnitTest.TransactionAttributeMakerTests.UpdateConfiguration() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Transformers\TransactionTransformer\TransactionAttributeMakerTests.cs:line 67
   at NewRelic.Agent.Core.Transformers.TransactionTransformer.UnitTest.TransactionAttributeMakerTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Transformers\TransactionTransformer\TransactionAttributeMakerTests.cs:line 89

 GetUserAndAgentAttributes_DoesNotIncludeOriginalUri_IfSameValueAsUei
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Transformers.TransactionTransformer.UnitTest.TransactionAttributeMakerTests.UpdateConfiguration() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Transformers\TransactionTransformer\TransactionAttributeMakerTests.cs:line 67
   at NewRelic.Agent.Core.Transformers.TransactionTransformer.UnitTest.TransactionAttributeMakerTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Transformers\TransactionTransformer\TransactionAttributeMakerTests.cs:line 89

 GetUserAndAgentAttributes_ExcludesErrorCustomAttributes_IfErrorCollectorDisabled
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Transformers.TransactionTransformer.UnitTest.TransactionAttributeMakerTests.UpdateConfiguration() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Transformers\TransactionTransformer\TransactionAttributeMakerTests.cs:line 67
   at NewRelic.Agent.Core.Transformers.TransactionTransformer.UnitTest.TransactionAttributeMakerTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Transformers\TransactionTransformer\TransactionAttributeMakerTests.cs:line 89

 GetUserAndAgentAttributes_ReturnsAllAttributesThatHaveValues
4ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Transformers.TransactionTransformer.UnitTest.TransactionAttributeMakerTests.UpdateConfiguration() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Transformers\TransactionTransformer\TransactionAttributeMakerTests.cs:line 67
   at NewRelic.Agent.Core.Transformers.TransactionTransformer.UnitTest.TransactionAttributeMakerTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Transformers\TransactionTransformer\TransactionAttributeMakerTests.cs:line 89

 GetUserAndAgentAttributes_SendsAttributesToCorrectLocations
5ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Transformers.TransactionTransformer.UnitTest.TransactionAttributeMakerTests.UpdateConfiguration() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Transformers\TransactionTransformer\TransactionAttributeMakerTests.cs:line 67
   at NewRelic.Agent.Core.Transformers.TransactionTransformer.UnitTest.TransactionAttributeMakerTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Transformers\TransactionTransformer\TransactionAttributeMakerTests.cs:line 89

 HostDisplayName_WithLocalConfigurationAndEnvironmentVariableSet(null,null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Transformers.TransactionTransformer.UnitTest.TransactionAttributeMakerTests.UpdateConfiguration() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Transformers\TransactionTransformer\TransactionAttributeMakerTests.cs:line 67
   at NewRelic.Agent.Core.Transformers.TransactionTransformer.UnitTest.TransactionAttributeMakerTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Transformers\TransactionTransformer\TransactionAttributeMakerTests.cs:line 89

 HostDisplayName_WithLocalConfigurationAndEnvironmentVariableSet("blandAmericanCoconut",null)
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Transformers.TransactionTransformer.UnitTest.TransactionAttributeMakerTests.UpdateConfiguration() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Transformers\TransactionTransformer\TransactionAttributeMakerTests.cs:line 67
   at NewRelic.Agent.Core.Transformers.TransactionTransformer.UnitTest.TransactionAttributeMakerTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Transformers\TransactionTransformer\TransactionAttributeMakerTests.cs:line 89

 HostDisplayName_WithLocalConfigurationAndEnvironmentVariableSet("blandAmericanCoconut","vietnameseCoconut")
4ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Transformers.TransactionTransformer.UnitTest.TransactionAttributeMakerTests.UpdateConfiguration() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Transformers\TransactionTransformer\TransactionAttributeMakerTests.cs:line 67
   at NewRelic.Agent.Core.Transformers.TransactionTransformer.UnitTest.TransactionAttributeMakerTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Transformers\TransactionTransformer\TransactionAttributeMakerTests.cs:line 89

 HostDisplayName_WithLocalConfigurationAndEnvironmentVariableSet(null,"vietnameseCoconut")
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Transformers.TransactionTransformer.UnitTest.TransactionAttributeMakerTests.UpdateConfiguration() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Transformers\TransactionTransformer\TransactionAttributeMakerTests.cs:line 67
   at NewRelic.Agent.Core.Transformers.TransactionTransformer.UnitTest.TransactionAttributeMakerTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Transformers\TransactionTransformer\TransactionAttributeMakerTests.cs:line 89

 ParentSpanIdIsGuidWhenDistributedTraceGuidInPayloadAndNoParentIdInPayload
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Transformers.TransactionTransformer.UnitTest.TransactionAttributeMakerTests.UpdateConfiguration() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Transformers\TransactionTransformer\TransactionAttributeMakerTests.cs:line 67
   at NewRelic.Agent.Core.Transformers.TransactionTransformer.UnitTest.TransactionAttributeMakerTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Transformers\TransactionTransformer\TransactionAttributeMakerTests.cs:line 89

 ParentSpanIdIsParentIdWhenDistributedTraceParentIdInPayload
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Transformers.TransactionTransformer.UnitTest.TransactionAttributeMakerTests.UpdateConfiguration() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Transformers\TransactionTransformer\TransactionAttributeMakerTests.cs:line 67
   at NewRelic.Agent.Core.Transformers.TransactionTransformer.UnitTest.TransactionAttributeMakerTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Transformers\TransactionTransformer\TransactionAttributeMakerTests.cs:line 89

 ShouldNotCreateParentSpanIdWhenDistributedTraceGuidNotInPayloadAndParentIdNotInPayload
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Transformers.TransactionTransformer.UnitTest.TransactionAttributeMakerTests.UpdateConfiguration() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Transformers\TransactionTransformer\TransactionAttributeMakerTests.cs:line 67
   at NewRelic.Agent.Core.Transformers.TransactionTransformer.UnitTest.TransactionAttributeMakerTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Transformers\TransactionTransformer\TransactionAttributeMakerTests.cs:line 89

 ShouldNotIncludeTripIdWhenDistributedTracingEnabled
5ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Transformers.TransactionTransformer.UnitTest.TransactionAttributeMakerTests.UpdateConfiguration() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Transformers\TransactionTransformer\TransactionAttributeMakerTests.cs:line 67
   at NewRelic.Agent.Core.Transformers.TransactionTransformer.UnitTest.TransactionAttributeMakerTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Transformers\TransactionTransformer\TransactionAttributeMakerTests.cs:line 89

 ShouldUseDurationForAttributes
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Transformers.TransactionTransformer.UnitTest.TransactionAttributeMakerTests.UpdateConfiguration() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Transformers\TransactionTransformer\TransactionAttributeMakerTests.cs:line 67
   at NewRelic.Agent.Core.Transformers.TransactionTransformer.UnitTest.TransactionAttributeMakerTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Transformers\TransactionTransformer\TransactionAttributeMakerTests.cs:line 89

 ShouldUseResponseTimeForAttributes
3ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Transformers.TransactionTransformer.UnitTest.TransactionAttributeMakerTests.UpdateConfiguration() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Transformers\TransactionTransformer\TransactionAttributeMakerTests.cs:line 67
   at NewRelic.Agent.Core.Transformers.TransactionTransformer.UnitTest.TransactionAttributeMakerTests.SetUp() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Transformers\TransactionTransformer\TransactionAttributeMakerTests.cs:line 89

 CacheCapacity_ChangesApplied
5ms
Error:
System.ArgumentNullException : Value cannot be null.
Parameter name: dictionary

Stack trace:
   at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration.ParseExpectedErrorConfigurations() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 2071
   at NewRelic.Agent.Core.Configuration.DefaultConfiguration..ctor(IEnvironment environment, configuration localConfiguration, ServerConfiguration serverConfiguration, RunTimeConfiguration runTimeConfiguration, SecurityPoliciesConfiguration securityPoliciesConfiguration, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\DefaultConfiguration.cs:line 112
   at NewRelic.Agent.Core.Configuration.ConfigurationService..ctor(IEnvironment environment, IProcessStatic processStatic, IHttpRuntimeStatic httpRuntimeStatic, IConfigurationManagerStatic configurationManagerStatic, IDnsStatic dnsStatic) in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\src\Agent\NewRelic\Agent\Core\Configuration\ConfigurationService.cs:line 41
   at NewRelic.Agent.Core.Wrapper.AgentWrapperApi.Builders.DatabaseStatementParserTest.CacheCapacity_ChangesApplied() in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\tests\Agent\UnitTests\Core.UnitTest\Wrapper\AgentWrapperApi\Builders\DatabaseStatementParserTest.cs:line 84

All Results

D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\Tests\Agent\UnitTests\AsyncLocalTests\bin\Release\net45\NewRelic.Providers.CallStack.AsyncLocalTests.dll
D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\Tests\Agent\UnitTests\CompositeTests\bin\Release\net46\NewRelic.Agent.Core.CompositeTests.dll
D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\Tests\Agent\UnitTests\Core.UnitTest\bin\Release\net45\NewRelic.Agent.Core.UnitTest.dll
D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\Tests\Agent\UnitTests\NewRelic.Agent.Extensions.Tests\bin\Release\net451\NewRelic.Agent.Extensions.Tests.dll
D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\Tests\Agent\UnitTests\NewRelic.Testing.Assertions.UnitTests\bin\Release\NewRelic.Testing.Assertions.UnitTests.dll
D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\Tests\Agent\UnitTests\ParsingTests\bin\Release\net452\ParsingTests.dll
D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\Tests\NewRelic.Core.Tests\bin\Release\net451\NewRelic.Core.Tests.dll

Informational messages

NUnit Adapter 3.16.1.0: Test execution started
NUnit Adapter 3.16.1.0: Test execution started
Running all tests in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\Tests\Agent\UnitTests\AsyncLocalTests\bin\Release\net45\NewRelic.Providers.CallStack.AsyncLocalTests.dll
Running all tests in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\Tests\Agent\UnitTests\CompositeTests\bin\Release\net46\NewRelic.Agent.Core.CompositeTests.dll
NUnit3TestExecutor converted 9 of 9 NUnit test cases
NUnit Adapter 3.16.1.0: Test execution complete
NUnit3TestExecutor converted 427 of 427 NUnit test cases
NUnit Adapter 3.16.1.0: Test execution started
Running all tests in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\Tests\Agent\UnitTests\Core.UnitTest\bin\Release\net45\NewRelic.Agent.Core.UnitTest.dll
NUnit3TestExecutor converted 6030 of 6030 NUnit test cases
NUnit Adapter 3.16.1.0: Test execution complete
NUnit Adapter 3.16.1.0: Test execution started
Running all tests in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\Tests\Agent\UnitTests\NewRelic.Agent.Extensions.Tests\bin\Release\net451\NewRelic.Agent.Extensions.Tests.dll
NUnit3TestExecutor converted 85 of 85 NUnit test cases
NUnit Adapter 3.16.1.0: Test execution complete
NUnit Adapter 3.16.1.0: Test execution started
Running all tests in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\Tests\Agent\UnitTests\NewRelic.Testing.Assertions.UnitTests\bin\Release\NewRelic.Testing.Assertions.UnitTests.dll
NUnit3TestExecutor converted 10 of 10 NUnit test cases
NUnit Adapter 3.16.1.0: Test execution complete
NUnit Adapter 3.16.1.0: Test execution started
Running all tests in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\Tests\Agent\UnitTests\ParsingTests\bin\Release\net452\ParsingTests.dll
NUnit3TestExecutor converted 125 of 125 NUnit test cases
NUnit Adapter 3.16.1.0: Test execution complete
NUnit Adapter 3.16.1.0: Test execution started
Running all tests in D:\a\newrelic-dotnet-agent\newrelic-dotnet-agent\Tests\NewRelic.Core.Tests\bin\Release\net451\NewRelic.Core.Tests.dll
NUnit3TestExecutor converted 238 of 238 NUnit test cases
NUnit Adapter 3.16.1.0: Test execution complete
NUnit Adapter 3.16.1.0: Test execution complete